mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Reorganizing tox stuff and making py3-specific requirements
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user