summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-04-05 01:10:34 +0100
committerGitHub <noreply@github.com>2018-04-05 01:10:34 +0100
commitb8b78599856a1c59285446ffc6b34e8bec8f2387 (patch)
tree9b25e042d606d192f58a1d82673c9e164d173173
parente2f84ae6b2bcf89221613056d0c45dd308f46d62 (diff)
parent260e231ec66b159398eb3d66947136694625e878 (diff)
downloadtestrepository-git-b8b78599856a1c59285446ffc6b34e8bec8f2387.tar.gz
Merge pull request #36 from ssbarnea/fix/travis
travis: update python versions
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
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