Install all dependencies in tox (& flake8 rules).

This commit is contained in:
Tobias Gruetzmacher 2016-04-10 03:47:01 +02:00
parent bc10bd9a4d
commit e3628ee751

View file

@ -11,8 +11,15 @@ commands = py.test --cov=dosage --cov=dosagelib --tb=short -n10
passenv = TRAVIS
# Also install optional dependencies for tests.
deps =
-r{toxinidir}/requirements.txt
pytest-xdist
pytest-cov
pytest-travis-fold
cssselect
Pillow
[flake8]
# we aim for 79, but this suppresses warnings for now...
max-line-length = 120
ignore = E121,E126,E241
exclude = build