Add tox configuration
This commit is contained in:
parent
34a28f7611
commit
3a565e586e
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,5 @@ dist
|
|||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.settings
|
.settings
|
||||||
|
.tox
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
6
tox.ini
Normal file
6
tox.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[tox]
|
||||||
|
envlist = py26, py27, py31, py32, py33
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
deps = nose
|
||||||
|
commands = nosetests []
|
Loading…
x
Reference in New Issue
Block a user