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.
This commit is contained in:
Free Ekanayaka 2017-02-06 14:36:18 +01:00 committed by GitHub
parent a109f72c6c
commit 6c6067ec39
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.4"
- "3.5-dev"
- "pypy"
- "pypy3"
- "pypy3.3-5.2-alpha1"
- "nightly"
install: