summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAshima Athri <ashimaathri@gmail.com>2016-10-19 19:01:26 -0400
committerAshima Athri <ashimaathri@gmail.com>2016-10-19 19:01:26 -0400
commita9800192a5ca0b14457fc32518dd21a505f7d155 (patch)
tree0e058f76e32fe79a1598e59cc3c799ba41b5476a /tox.ini
parentd0f7f5b0b1aa3feac7e0e06d1843b5660a9f7626 (diff)
downloadpysaml2-a9800192a5ca0b14457fc32518dd21a505f7d155.tar.gz
Refactor test dependencies
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 327f4c15..d834512d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,5 @@
envlist = py27,py34
[testenv]
-deps = pytest
- -rtests/test_requirements.txt
+deps = -rtests/test_requirements.txt
commands = py.test tests/