1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Enable Python 3 CI for Ubuntu 16.04 on Shippable. (#17210)

This commit is contained in:
Matt Clay 2016-08-23 23:49:02 -07:00 committed by GitHub
parent e2e7390adc
commit 106b12b369

View file

@ -43,6 +43,8 @@ matrix:
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1404
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1604
- env: TEST=integration TARGET=all IMAGE=ansible/ansible:ubuntu1604py3 PYTHON3=1
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py24
python: 2.7
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py26