Skip to content

Commit

Permalink
Add a tox.ini to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Sep 12, 2016
1 parent 93694d3 commit bdf0794
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,pypy,py33,py34,py35,

[testenv]
deps =
Cython
commands =
python setup.py test

0 comments on commit bdf0794

Please sign in to comment.