pypiserver/tox.ini

19 lines
316 B
INI
Raw Normal View History

2011-08-30 02:37:25 +02:00
[tox]
2015-02-15 22:43:28 +01:00
envlist = py25,py26,py27,py32,py33,py34
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
2013-01-04 02:09:11 +01:00
[pytest]
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}