Skip to content

Commit

Permalink
add tox
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Jun 19, 2012
1 parent ebdbe7c commit d3b8063
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/expecter.egg-info
/build
/dist
/.tox
10 changes: 10 additions & 0 deletions tox.ini
@@ -0,0 +1,10 @@

[tox]
envlist=py26,py27,py31,py32

[testenv]
changedir=
deps=nose
commands=
python runtests.py

0 comments on commit d3b8063

Please sign in to comment.