aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
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---
2language: python 2language: python
3python: "2.7" 3matrix:
4 include:
5 - python: '3.6'
6 - python: '2.7'
4 7
5# Use the new container infrastructure 8# Use the new container infrastructure
6sudo: required 9sudo: required