tests: Run tests on CPython 3.5 and 3.6 with Tox

Python 3.0 to 3.4 are excluded because no version of Ansible supports
them. Due to their setup.py declarations pip refuses to install Ansible
on these versions of Python.
pull/385/head
Alex Willmer 6 years ago
parent 1a5dadf732
commit 67f26434cb

@ -2,6 +2,8 @@
envlist =
py26,
py27,
py35,
py36,
[testenv]
deps =

Loading…
Cancel
Save