summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSébastien Fievet <zyegfryed@gmail.com>2014-06-05 16:55:26 +0200
committerSébastien Fievet <zyegfryed@gmail.com>2014-06-05 16:55:26 +0200
commit3f65c84eacfc7d64e1f20d03fb4af24283ab34dd (patch)
tree15b222b51f39a309e3720d89c2ca35465105d512 /tox.ini
parent1bc0a1995d9a0b6b25d63c96a7fb55a181449bcd (diff)
downloadclick-3f65c84eacfc7d64e1f20d03fb4af24283ab34dd.tar.gz
Added tox support so it's easier to run test locally
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 0000000..2dd6b67
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist = py26,py27,py33,py34,pypy
+
+[testenv]
+commands = make test
+deps =
+ colorama
+ pytest
+whitelist_externals = make