From 260e231ec66b159398eb3d66947136694625e878 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 4 Apr 2018 17:16:30 +0100 Subject: travis: update python versions --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ccffaad..d8caad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ sudo: false language: python python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - - "pypy" - - "pypy3.3-5.2-alpha1" + - "3.6" + - "pypy2.7" + - "pypy3.5" matrix: include: # Travis nightly look to be 3.5.0a4, b3 is out and the syntax error we see -- cgit v1.2.1