summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2017-05-12 12:45:24 -0700
committerGitHub <noreply@github.com>2017-05-12 12:45:24 -0700
commite7ccc5d355c7130b8108e57100ca300053ce8bdb (patch)
tree1d6d1aeb48bb4b78ca653640b6721e06648f747a /.travis.yml
parent7dc39b930b698783f55c2b5f0870b97ea0715c74 (diff)
downloadgoogle-compute-image-packages-e7ccc5d355c7130b8108e57100ca300053ce8bdb.tar.gz
Remove travis testing against pypy3, add 3.6. (#398)
pypy3 runs against Python 3.2 which is no longer supported. When we find a way to install the latest version of pypy3 (which runs against python 3.5) we can add testing for it back.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed5d273..a3dc911 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,8 @@ python:
- 3.3
- 3.4
- 3.5
+- 3.6
- pypy
-- pypy3
os:
- linux
install: