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.
This commit is contained in:
Alex Willmer 2018-10-03 00:02:42 +01:00
parent 1a5dadf732
commit 67f26434cb
1 changed files with 2 additions and 0 deletions

View File

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