diff options
author | Marius Gedminas <marius@gedmin.as> | 2015-10-16 16:19:26 +0200 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2015-10-16 16:19:26 +0200 |
commit | bd83410bdb670604f6a2b620c626ff36aca93170 (patch) | |
tree | 58dc571dae2cf05b532de142edaac9be75955c52 /tox.ini | |
parent | Python 3: avoid %-formatting of byte strings (diff) | |
download | ansible-bd83410bdb670604f6a2b620c626ff36aca93170.tar.xz ansible-bd83410bdb670604f6a2b620c626ff36aca93170.zip |
Enable unit tests on Python 3.4 in tox and Travis
These now pass \o/
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |