aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 639b56b..578e3b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -72,3 +72,21 @@ basepython = python2.7
deps = {[testenv]basedeps}
django>=1.5,<1.6
pyopenssl<0.14
+
+[testenv:system-tests]
+basepython =
+ python2.7
+commands =
+ {toxinidir}/scripts/run_system_tests.sh
+deps =
+ pycrypto==2.6
+ pyopenssl==0.14
+
+[testenv:system-tests3]
+basepython =
+ python3.4
+commands =
+ {toxinidir}/scripts/run_system_tests.sh
+deps =
+ pycrypto==2.6
+ pyopenssl==0.14