summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-05 11:44:02 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-05 11:44:02 +0200
commit3a09a0ace10c184dc27a2fcc1f982208e4d9eb67 (patch)
treef7fafafdb8f01ee359de7a93797467a988b727b3 /.travis.yml
parenta6545c4a306c8cbbb5556983533d809808f480a3 (diff)
add python 3.7 on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e5694b..932f610 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,10 @@ matrix:
python: 3.5
- os: linux
sudo: required
- python: 3.6
+ python: 3.6
+ - os: linux
+ sudo: required
+ python: 3.7
- os: linux
sudo: required
python: 2.7