aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cae9c745..6b43dcd8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,8 @@
[testenv]
-deps=-rtests/requirements.txt
+deps=
+ -rtests/requirements.txt
+ -rrequirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
commands=py.test {posargs:-rsx}
usedevelop=True
+extras=ssl