summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-10-16 17:19:26 +0300
committerMarius Gedminas <marius@gedmin.as>2015-10-16 17:19:26 +0300
commitbd83410bdb670604f6a2b620c626ff36aca93170 (patch)
tree58dc571dae2cf05b532de142edaac9be75955c52
parent56184a3d8c0c14b99bae1fb0ae9726b4be0f90e5 (diff)
downloadansible-bd83410bdb670604f6a2b620c626ff36aca93170.tar.gz
Enable unit tests on Python 3.4 in tox and Travis
These now pass \o/
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 72550f2ced..53d8dd5e46 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,4 +10,4 @@ commands =
py27: python -m compileall -fq -x 'test|samples' lib test contrib
py{34,35}: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
# Unittests need lots of work to make code python3 compatible
- py{26,27,35}: make tests
+ py{26,27,34,35}: make tests