Skip to content

Commit

Permalink
Added tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk authored and bfirsh committed Jan 6, 2014
1 parent 93b9b6f commit bf8875d
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,py32,py33,pypy

[testenv]
commands =
pip install -e {toxinidir}
pip install -e {toxinidir}[test]
python setup.py test

0 comments on commit bf8875d

Please sign in to comment.