pypiserver/tox.ini

16 lines
240 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
[testenv:py25]
deps=pytest>=2.3
WebTest==1.4.3
WebOb==0.9.6.1
BeautifulSoup==3.2.1