commit | bdf0794358a8e34a2232c11651eafed0a58fae93 | [log] [tgz] |
---|---|---|
author | Donald Stufft <donald@stufft.io> | Mon Sep 12 08:20:01 2016 -0400 |
committer | Donald Stufft <donald@stufft.io> | Mon Sep 12 08:20:01 2016 -0400 |
tree | 9a61c726e58a2b2027afa450bf39dd109e961a47 | |
parent | 93694d3e42b0cfd460f42beb75910aacacd9b5d2 [diff] |
Add a tox.ini to run tests
diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..5a1ba14 --- /dev/null +++ b/tox.ini
@@ -0,0 +1,8 @@ +[tox] +envlist = py26,py27,pypy,py33,py34,py35, + +[testenv] +deps = + Cython +commands = + python setup.py test