aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-04-02 14:24:26 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-04-08 15:11:57 +0200
commitd4d9f2d4ca13a3faeaf012599d8bb7e74c3b8959 (patch)
tree646534792f8aa8f94c9bccf318c204d16d5ad157
parent1fd530d15f270b9ac0ade7a40db59ff5c1bb4ac6 (diff)
downloadwee-slack-d4d9f2d4ca13a3faeaf012599d8bb7e74c3b8959.tar.gz
Enable testing in python 3 on Travis
Use Ubuntu Xenial (16.04), since the default (Trusty, 14.04) doesn't have python 3.7.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a163da4..bf69238 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
+dist: xenial
language: python
python:
- "2.7"
+ - "3.7"
cache: pip
install: