Files
deb-python-extras/tox.ini
2016-05-18 17:13:29 +12:00

13 lines
267 B
INI

[tox]
envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = make
deps = testtools
commands = make check