Add tox support

This commit is contained in:
Chris Rose
2011-04-01 07:58:48 -06:00
parent 3406ab5329
commit cc072a18f3
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
.idea
MANIFEST
MANIFEST
*.pyc
.tox
+5
View File
@@ -0,0 +1,5 @@
[tox]
envlist = py26, py27 #, py25, py31, py32
[testenv]
commands = {envpython} test_clint.py