Skip to content

Commit

Permalink
fixed tox to properly install dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Sep 14, 2017
1 parent 775ca0e commit c63e671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -3,11 +3,11 @@
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.


[tox]
envlist = py27, py36

[testenv]
commands = pytest
deps =
-rrequirements.txt
-rtest_requirements.txt
deps = -rrequirements.txt
-rtest_requirements.txt

0 comments on commit c63e671

Please sign in to comment.