]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/commitdiff
ci: launch tests on both python 2.7 & 3.6
authorPaul Bonaud <paul.bonaud@fretlink.com>
Thu, 21 Nov 2019 15:32:13 +0000 (16:32 +0100)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Thu, 21 Nov 2019 15:32:37 +0000 (16:32 +0100)
.travis.yml

index a0031243d52ed6b7dedc71edf485175d5c191bfd..ef0435c0e49298b69d45759fe58fe91305c041c1 100644 (file)
@@ -1,6 +1,9 @@
 ---
 language: python
-python: "2.7"
+matrix:
+  include:
+    - python: '3.6'
+    - python: '2.7'
 
 # Use the new container infrastructure
 sudo: required