Add tox for managing test environments.
This commit is contained in:
parent
1e77732d5a
commit
8462db6e03
1 changed files with 6 additions and 0 deletions
6
tox.ini
Normal file
6
tox.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[tox]
|
||||||
|
envlist = py26, py27, py3, py33, py34
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
deps = pytest
|
||||||
|
commands= py.test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue