diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-11-21 16:32:13 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-11-21 16:32:37 +0100 |
commit | 532687b04b43e3b723f1c063217fd13ca5ae9ee7 (patch) | |
tree | e45fdbc67905803cbf3aa2102c5c206e15bc2536 | |
parent | ba4c3bb02c37363ef0378bced59ff92daf04af14 (diff) | |
download | ansible-rabbitmq-532687b04b43e3b723f1c063217fd13ca5ae9ee7.tar.gz ansible-rabbitmq-532687b04b43e3b723f1c063217fd13ca5ae9ee7.tar.zst ansible-rabbitmq-532687b04b43e3b723f1c063217fd13ca5ae9ee7.zip |
ci: launch tests on both python 2.7 & 3.6
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a003124..ef0435c 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,6 +1,9 @@ | |||
1 | --- | 1 | --- |
2 | language: python | 2 | language: python |
3 | python: "2.7" | 3 | matrix: |
4 | include: | ||
5 | - python: '3.6' | ||
6 | - python: '2.7' | ||
4 | 7 | ||
5 | # Use the new container infrastructure | 8 | # Use the new container infrastructure |
6 | sudo: required | 9 | sudo: required |