summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-07-06 08:23:13 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-07-06 08:23:13 +1000
commitf12ca2299936da5b2376b7728a87812cdac0b13b (patch)
tree615c1f7f0eab7755eba181c2eebc13d4f3b7a1f5
parentf0480c26a8770c37878b7f04b36058170ea7c22d (diff)
travis: 3.7 support
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 11a9bfd..1db0dbb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ matrix:
python: 3.5
- os: linux
python: 3.6
+ - os: linux
+ python: 3.7
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi