Skip to content

Commit

Permalink
Merge pull request #45 from aepsil0n/feature/tox
Browse files Browse the repository at this point in the history
Add a tox configuration file
  • Loading branch information
milibopp committed Feb 26, 2014
2 parents a230313 + f5faa83 commit 29c4714
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 = py26, py27, py32, py33, pypy

[testenv]
deps =
nose>=1.3.0
commands = nosetests

0 comments on commit 29c4714

Please sign in to comment.