Python 3.4+ compatibility (while dropping Python < 2.6).
[texml.git] / tox.ini
diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..306a88d
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist =
+    py{26,27,34,35,36,37},
+
+[testenv]
+changedir = tests
+commands = 
+       make clean
+       make
+whitelist_externals=make