Deactivated running benchmarks in travis for now.

This commit is contained in:
Omer Katz 2015-02-03 10:11:11 +02:00
parent 5f49f97c95
commit 6118c69530

View File

@ -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']