From 81012decf42af4388397d3a59c0e25fd661781d9 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Mon, 15 Oct 2018 11:34:57 +0200 Subject: [PATCH] travis python versions update --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a85bbb..9015871 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: - "2.7" - - "3.3" - "3.4" + - "3.5" + - "3.6" + - "3.7" - "pypy" script: sh test.sh