Browse code

Enable unit tests on Python 3.4 in tox and Travis

These now pass \o/

Marius Gedminas authored on 2015/10/16 23:19:26
Showing 1 changed files
... ...
@@ -10,4 +10,4 @@ commands =
10 10
     py27: python -m compileall -fq -x 'test|samples' lib test contrib
11 11
     py{34,35}: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
12 12
     # Unittests need lots of work to make code python3 compatible
13
-    py{26,27,35}: make tests
13
+    py{26,27,34,35}: make tests