summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2018-07-30 17:24:54 +0200
committerGael Pasgrimaud <gael@gawel.org>2018-07-30 17:24:54 +0200
commit1aeeb31587f04da58b432679bdb71d40206894d9 (patch)
tree7ba8ffe184ec6ab5b7f054a7613ff7ad619e7a6e
parent474778156410312a7d40ecfe7e038c0da2f8b570 (diff)
downloadwebtest-1aeeb31587f04da58b432679bdb71d40206894d9.tar.gz
add py37 to travis conf
-rw-r--r--.travis.yml18
1 files changed, 11 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f39cea..d55ab13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,15 @@
language: python
-sudo: false
-python:
- - 2.7
- - 3.3
- - 3.4
- - 3.5
- - 3.6
+
+matrix:
+ include:
+ - python: 2.7
+ - python: 3.3
+ - python: 3.4
+ - python: 3.5
+ - python: 3.6
+ - python: 3.7
+ dist: xenial
+
install:
- python setup.py dev
script: