.travis.yml: bump pypy3 version to pypy3.3-5.2-alpha1, per 62616a34d3

This commit is contained in:
James Lu 2017-04-30 19:39:43 -07:00
parent 7f3095cf8d
commit eef54cda77

View File

@ -7,7 +7,7 @@ python:
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
- "pypy3.3-5.2-alpha1" # Per https://github.com/ProgVal/Limnoria/blob/62616a3/.travis.yml#L13
addons:
apt:
@ -34,7 +34,7 @@ notifications:
matrix:
allow_failures:
- python: "pypy"
- python: "pypy3"
- python: "pypy3.3-5.2-alpha1"
- python: "nightly"
- env: SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""