Enable unit tests on Python 3.4 in tox and Travis
These now pass \o/
This commit is contained in:
parent
56184a3d8c
commit
bd83410bdb
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in a new issue