Skip to content

Commit

Permalink
Add tox for easier cross-python testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Mar 9, 2012
1 parent 8a0adb8 commit 787b3e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
*.egg-info
.tox
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

[testenv]
commands=
python bunch/test.py

0 comments on commit 787b3e5

Please sign in to comment.