mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
Deactivated running benchmarks in travis for now.
This commit is contained in:
parent
5f49f97c95
commit
6118c69530
|
@ -9,7 +9,7 @@ import subprocess
|
||||||
|
|
||||||
PYTEST_ARGS = {
|
PYTEST_ARGS = {
|
||||||
'default': ['tests', '--tb=short', '--bench'],
|
'default': ['tests', '--tb=short', '--bench'],
|
||||||
'fast': ['tests', '--tb=short', '-q', '--bench'],
|
'fast': ['tests', '--tb=short', '-q'],
|
||||||
}
|
}
|
||||||
|
|
||||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user