deb-python-semver/tox.ini
2016-05-15 18:33:49 +02:00

17 lines
238 B
INI

[tox]
envlist =
flake8
py{26,27,32,33,34,35}
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