summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..311abc92
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+downloadcache = {toxworkdir}/cache/
+envlist = py27, py35
+
+[testenv]
+
+commands = make check
+recreate = True
+whitelist_externals = make