pypiserver/tox.ini
Matthew Planchard 4a299ec40b Added python3.5 support to setup.py and tests for #108
- Added wheel to dev requirements
2016-01-20 23:30:22 +01:00

11 lines
197 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 .* _* CVS {args}