Files
deb-python-fasteners/tox.ini
Joshua Harlow d7fbd5b315 Remove py33 support
Just mention/retain py34 support instead.
2015-03-10 11:06:42 -07:00

16 lines
289 B
INI

[tox]
minversion = 1.6
envlist = py34,py26,py27
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}
[testenv:venv]
commands = {posargs}