summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-25 15:21:19 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-25 15:21:19 +0200
commitb7f618bde5b24c6e0a6c1b40c3748af8b56defaf (patch)
treeb423d3dcc87c3b66ff727360c1f520d2e408264a /tox.ini
parent00cdcad20a500a586a85646119e0d0ff1b1e94ac (diff)
downloadpysaml2-b7f618bde5b24c6e0a6c1b40c3748af8b56defaf.tar.gz
All tests now pass in 2.7 and 3.4 .
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..880383b3
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = py27,py34
+
+[testenv]
+basepython =
+ py27: python2.7
+ py34: python3.4
+
+deps =
+ pytest