pypiserver/tox.ini

10 lines
128 B
INI
Raw Normal View History

2011-08-30 02:37:25 +02:00
[tox]
envlist = py25,py26,py27
[testenv]
deps=pytest
2011-08-30 03:38:59 +02:00
twill
paste
pastedeploy
2011-08-30 02:37:25 +02:00
commands=py.test
sitepackages=False