summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-07-24 20:21:08 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-07-24 20:21:08 -0400
commit33f1aed63cf5cf27d190862d5e7ac6b06200ee47 (patch)
tree7e56bd9a159941d464815418adbc85983b67a653 /tox.ini
parentbaabd62c52d1b2c5873beb193c9df22d2ca9fe1d (diff)
downloadmako-33f1aed63cf5cf27d190862d5e7ac6b06200ee47.tar.gz
- add tox file
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..47c0f29
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+# content of: tox.ini , put in same dir as setup.py
+[tox]
+envlist = py26,py27,py33,py34
+[testenv]
+deps=pytest # install pytest in the venvs
+commands=py.test # or 'nosetests' or ...
+