summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFree Ekanayaka <free@ekanayaka.io>2017-02-06 14:36:18 +0100
committerGitHub <noreply@github.com>2017-02-06 14:36:18 +0100
commit6c6067ec3927d81241bd6281d9b3fb886d4f09e3 (patch)
tree7bb466113c5bbb48dc252e51c6e8c994eba9b032
parenta109f72c6c6249425fe2b1f0554c2c14a5851ce6 (diff)
downloadtestresources-git-6c6067ec3927d81241bd6281d9b3fb886d4f09e3.tar.gz
Point Travis to pypy3 version 5.2 (#9)
The default pypy3 version in Travis is 2.4.0, which implements the Python 3.2.x API. Since setuptools recently dropped support for 3.0-3.2, the pypy3 builds for testresources are broken. This branch changes the pypy3 Travis target to use pypy3.3-5.2-alpha1 instead.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5647d8e..6913bf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
- "3.4"
- "3.5-dev"
- "pypy"
- - "pypy3"
+ - "pypy3.3-5.2-alpha1"
- "nightly"
install: