mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-29 06:51:10 -05:00
.travis.yml: bump pypy3 version to pypy3.3-5.2-alpha1, per 62616a34d3
This commit is contained in:
parent
7f3095cf8d
commit
eef54cda77
@ -7,7 +7,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3.3-5.2-alpha1" # Per https://github.com/ProgVal/Limnoria/blob/62616a3/.travis.yml#L13
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -34,7 +34,7 @@ notifications:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
- python: "pypy3"
|
- python: "pypy3.3-5.2-alpha1"
|
||||||
- python: "nightly"
|
- python: "nightly"
|
||||||
- env: SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""
|
- env: SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user