pypiserver/tox.ini

10 lines
141 B
INI
Raw Normal View History

2011-08-30 02:37:25 +02:00
[tox]
2012-12-02 01:21:57 +01:00
envlist = py25,py26,py27,py32,py33
2011-08-30 02:37:25 +02:00
[testenv]
2012-11-26 22:25:30 +01:00
deps=pytest>=2.3
webtest
beautifulsoup4
commands=py.test []
2011-08-30 02:37:25 +02:00
sitepackages=False