mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
Enable unit tests on Python 3.4 in tox and Travis
These now pass \o/
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user