Skip to content

Commit

Permalink
Enable unit tests on Python 3.4 in tox and Travis
Browse files Browse the repository at this point in the history
These now pass \o/
  • Loading branch information
mgedmin committed Oct 16, 2015
1 parent 56184a3 commit bd83410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd83410

Please sign in to comment.