travis config: use latest pypy3 container

This commit is contained in:
Jason Carver 2018-02-20 18:10:30 -08:00
parent f0e0b10cc5
commit 974fae3a2b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ matrix:
# pypy3 testing
#
# core
- python: "pypy3"
- python: "pypy3.5"
env: TOX_POSARGS="-e pypy3-core"
cache:
- pip: true