deb-python-semver/tox.ini
2017-05-22 18:21:45 +02:00

17 lines
241 B
INI

[tox]
envlist =
flake8
py{26,27,32,33,34,35,36}
pypy
[testenv]
commands = py.test -q tests.py
deps = pytest
setenv =
PIP_DISABLE_PIP_VERSION_CHECK = 1
[testenv:flake8]
basepython = python3.4
deps = flake8
commands = flake8