mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
10 lines
128 B
INI
10 lines
128 B
INI
[tox]
|
|
envlist = py25,py26,py27
|
|
[testenv]
|
|
deps=pytest
|
|
twill
|
|
paste
|
|
pastedeploy
|
|
commands=py.test
|
|
sitepackages=False
|