Reorganizing tox stuff and making py3-specific requirements

This commit is contained in:
James Cammarata
2016-03-11 11:25:28 -05:00
parent ab682b2917
commit 286d91d722
4 changed files with 22 additions and 2 deletions

View File

@@ -1,8 +1,14 @@
[tox]
envlist = py26,py27,py34,py35
[testenv:py34]
deps = -r{toxinidir}/test/utils/tox/requirements-py3.txt
[testenv:py35]
deps = -r{toxinidir}/test/utils/tox/requirements-py3.txt
[testenv]
deps = -r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/test/utils/tox/requirements.txt
whitelist_externals = make
commands =
python --version