mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
.travis.yml: Update pypy3 version.
This commit is contained in:
parent
087fa71d63
commit
d7902c921f
@ -10,7 +10,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3.3-5.2-alpha1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
- "pypy-5.3.1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
||||||
env:
|
env:
|
||||||
- WITH_OPT_DEPS=true
|
- WITH_OPT_DEPS=true
|
||||||
- WITH_OPT_DEPS=false
|
- WITH_OPT_DEPS=false
|
||||||
|
Loading…
Reference in New Issue
Block a user