From 67f26434cbe347c85ad76210b1cafe263fb4432c Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 3 Oct 2018 00:02:42 +0100 Subject: [PATCH] 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. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index ae761121..6bf8bb53 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,8 @@ envlist = py26, py27, + py35, + py36, [testenv] deps =