Add tox configuration

This commit is contained in:
Guillaume Ayoub 2012-10-19 12:38:18 +02:00
parent 34a28f7611
commit 3a565e586e
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,4 +6,5 @@ dist
.project
.pydevproject
.settings
.tox
MANIFEST

6
tox.ini Normal file
View File

@ -0,0 +1,6 @@
[tox]
envlist = py26, py27, py31, py32, py33
[testenv]
deps = nose
commands = nosetests []