From 8ce419de85f010764c85f61ec43809f3833f5d22 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 18 Sep 2018 14:05:28 -0400 Subject: [PATCH] Goodbye Python 3.3. Hello 3.5 and 3.6! Apparently Travis still doesn't support 3.7 so we are going to wait for that. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4deefa0..74dc968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: -- '3.3' - '3.4' - '3.5' +- '3.6' install: pip install -r requirements.txt && pip install pylint sudo: false script: make test