summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-04-22 20:42:25 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-01-21 21:19:58 +0100
commitdf7797c9611ca85e8845710ba3dc65ccd5236174 (patch)
tree1005d762d48a91a9c159aeb18ec61f21c3211cd6
parent6b8e5355463969a3934a3f1bf0bc18f2b05364b7 (diff)
downloadarchweb-df7797c9611ca85e8845710ba3dc65ccd5236174.tar.gz
archweb-df7797c9611ca85e8845710ba3dc65ccd5236174.zip
Run tests under Python 3.6
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c516624..fe7be6f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: python
python:
- - "2.7"
+ - "3.6"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls pylint"