Enable unit tests on Python 3.4 in tox and Travis

These now pass \o/
pull/12780/head
Marius Gedminas 9 years ago
parent 56184a3d8c
commit bd83410bdb

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

Loading…
Cancel
Save