1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/tox.ini
2013-01-04 02:09:11 +01:00

19 lines
311 B
INI

[tox]
envlist = py25,py26,py27,py32,py33
[testenv]
deps=pytest>=2.3
webtest
beautifulsoup4
commands=py.test []
sitepackages=False
[testenv:py25]
deps=pytest>=2.3
WebTest==1.4.3
WebOb==0.9.6.1
BeautifulSoup==3.2.1
[pytest]
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}