Enable unit tests on Python 3.4 in tox and Travis

These now pass \o/
This commit is contained in:
Marius Gedminas 2015-10-16 17:19:26 +03:00
parent 56184a3d8c
commit bd83410bdb

View file

@ -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