tox.ini: remove non test related dependencies from tox

This commit is contained in:
Benjamin Dauvergne 2016-06-08 17:48:11 +02:00
parent c273208b07
commit 81a6e513bc
1 changed files with 0 additions and 8 deletions

View File

@ -11,10 +11,6 @@ setenv =
deps =
django17: django>1.7,<1.8
django18: django>=1.8,<1.9
requests
SOAPpy
phpserialize
suds
pytest-cov
pytest-django
pytest
@ -22,13 +18,9 @@ deps =
WebTest
mock
httmock
django-jsonfield < 1.0.0
django-model-utils
pylint==1.4.0
astroid==1.3.2
django-jsonresponse
python-dateutil
gadjo
commands =
./getmagic.sh
py.test {env:COVERAGE:} {posargs:tests/}