mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Start using tox
This commit is contained in:
parent
b95ea1467f
commit
40d4b8946b
1 changed files with 9 additions and 0 deletions
9
tox.ini
Normal file
9
tox.ini
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py32
|
||||
[testenv]
|
||||
deps=
|
||||
nose
|
||||
commands=nosetests -w test
|
||||
|
||||
[testenv:py32]
|
||||
commands=nosetests -w test3
|
||||
Loading…
Add table
Add a link
Reference in a new issue