1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

add a tox.ini

This commit is contained in:
Chris McDonough 2012-09-08 10:18:25 -04:00
parent 469fa69793
commit d95f2e1b45
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View file

@ -21,3 +21,5 @@ build/*
pip-log.txt
pip.log
*.~
.tox

8
tox.ini Normal file
View file

@ -0,0 +1,8 @@
[tox]
envlist =
py25,py26,py27,py32,py33,pypy
[testenv]
commands =
python setup.py dev
python setup.py nosetests