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

14 lines
192 B
INI

[tox]
envlist =
py26,py27,py32,py33,pypy
[testenv]
deps=
pytest
mock
scripttest>=1.3
git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
commands =
py.test