summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-09-03 22:23:20 +0200
committerAndreas Jaeger <aj@suse.de>2014-09-11 18:54:13 +0200
commit85d665e51185cd0c6fe2985fa4c657b929a4019b (patch)
treea49648b84b6012dde450dae2d5ce2dd9dcba7eba /tox.ini
parent407a69995dbc13494c1183d46145ec07b1f4850c (diff)
downloadpython-heatclient-85d665e51185cd0c6fe2985fa4c657b929a4019b.tar.gz
warn against sorting requirements
And do not check for sorted requirements. Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c23bf85..f1f3c54 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
- {toxinidir}/tools/requirements_style_check.sh requirements.txt test-requirements.txt
[testenv:venv]
commands = {posargs}