summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2019-07-30 20:41:30 +0200
committerJelle van der Waa <jelle@archlinux.org>2019-07-30 20:53:42 +0200
commit8b7486de8304e5411a3713b3c8b934313d939817 (patch)
treed59384c7ac5a52b93e6bb83ce8fe773931206329
parentc47aacb30fbf14b3b9ea1f0d05c0a3b08311f9e8 (diff)
downloadarchweb-8b7486de8304e5411a3713b3c8b934313d939817.tar.gz
archweb-8b7486de8304e5411a3713b3c8b934313d939817.zip
Test on 3.7
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 99a551d1..03bb6f46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
dist: xenial
language: python
python:
- - "3.6"
+ - "3.7"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls pylint"