[tox] Don't add requirement.txt to deps.
This commit is contained in:
parent
064e7976ec
commit
32e3f987d4
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
@ -2,7 +2,7 @@
|
|||
envlist = py27, py35
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
commands =
|
||||
{envbindir}/py.test --cov=dosage --cov=dosagelib --tb=short -n4 \
|
||||
--cov-report=xml:{toxworkdir}/cov-{envname}.xml --cov-report=term \
|
||||
--junitxml={toxworkdir}/junit-{envname}.xml {posargs}
|
||||
|
@ -10,7 +10,6 @@ commands =
|
|||
passenv = TRAVIS
|
||||
# Also install optional dependencies for tests.
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
pytest-xdist
|
||||
pytest-cov
|
||||
pytest-travis-fold
|
||||
|
|
Loading…
Reference in a new issue