From ce73bb450be662f3a9bf8f73fae609db4222e015 Mon Sep 17 00:00:00 2001 From: Emile Pels Date: Wed, 19 Jun 2019 12:43:18 +0200 Subject: [PATCH] Update travis-ci matrix to use Python 3.4 istead of Python 3.3. Travis updated their default distro to 16.04, which does not have a 3.3 tarball --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0341517..6869f26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 'pypy2.7' - 'pypy3.5' - '2.7' - - '3.3' + - '3.4' - '3.6' - 'nightly' install: