1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-16 23:09:34 +01:00
pypiserver/tox.ini
Matthew Planchard 1770f3cf93 Updated Tests
In addition to including tests from @jameshiebert with slight
updates, I have also resolved an issue with newer versions of twine,
which require an extra parameter in the calls to `upload` and
`register`.
2017-11-14 11:02:44 -06:00

11 lines
202 B
INI

[tox]
envlist = py27,py33,py34,py35
[testenv]
deps=-r{toxinidir}/requirements/dev.pip
commands=py.test []
sitepackages=False
[pytest]
norecursedirs = bin parts develop-eggs eggs venv .* _* CVS {args}