pep517/tox.ini

17 lines
297 B
INI

[tox]
envlist = py27, py34, py35, py36, py37, pypy, pypy3
skipsdist = true
[testenv]
deps = -rdev-requirements.txt
commands = pytest []
[testenv:release]
skip_install = True
deps =
flit
# pygments is needed for flit to validate the rst description
pygments
commands =
python -m flit publish