mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
c07dbd6b11
+ Have `tox` read from requirements-file. + Add forgotten 'passlib' dep in `setup.py'!
11 lines
207 B
INI
11 lines
207 B
INI
[tox]
|
|
envlist = py25,py26,py27,py32,py33,py34
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements/dev.pip
|
|
commands=py.test []
|
|
sitepackages=False
|
|
|
|
[pytest]
|
|
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}
|