forked from github.com/pypiserver
8 lines
100 B
INI
8 lines
100 B
INI
[tox]
|
|
envlist = py25,py26,py27
|
|
[testenv]
|
|
deps=pytest
|
|
twill
|
|
commands=py.test
|
|
sitepackages=False
|