Skip to content

Commit

Permalink
Add tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Oct 4, 2013
1 parent 3bddbb4 commit 879e93e
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

[testenv]
deps = -r{toxinidir}/requirements.txt
commands =
{envpython} setup.py test
nosetests

0 comments on commit 879e93e

Please sign in to comment.