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

14 lines
213 B
INI
Raw Normal View History

2012-09-08 16:18:25 +02:00
[tox]
2013-05-29 01:44:55 +02:00
envlist =
py26,py27,py32,py33,pypy
2012-09-08 16:18:25 +02:00
[testenv]
deps=
nose>=1.3.0
mock
scripttest>=1.1.1
git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
commands =
nosetests -s -v tests