travis.yml: Upgrade pypy3

This may fix weird test failures as seen in #2193
This commit is contained in:
Ben Darnell 2017-12-08 12:32:51 -05:00
parent cccd5fad38
commit 12a4627b35
1 changed files with 4 additions and 2 deletions

View File

@ -8,14 +8,16 @@ matrix:
fast_finish: true
language: python
# For a list of available versions, run
# aws s3 ls s3://travis-python-archives/binaries/ubuntu/14.04/x86_64/
python:
- 2.7
- pypy-5.7.1
- pypy2.7-5.8.0
- 3.4
- 3.5
- 3.6
- nightly
- pypy3.5-5.7.1-beta
- pypy3.5-5.8.0
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install futures mock monotonic; fi