Skip to content

Commit

Permalink
Add tox setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF committed Jan 16, 2015
1 parent 1304a9b commit fd4c254
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = py27, py33, py34

[testenv]
commands = nosetests -v test
deps =
nose

0 comments on commit fd4c254

Please sign in to comment.