mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Use the latest pypy3
Ref: https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
This commit is contained in:
parent
51e2348d55
commit
8720d59f79
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.6"
|
||||
- "3.7"
|
||||
- "nightly"
|
||||
- "pypy3.5"
|
||||
- "pypy3.6-7.1.1"
|
||||
install: pip install -U $DEPS pytest pytest-asyncio flaky structlog
|
||||
script: pytest
|
||||
env:
|
||||
|
@ -26,7 +26,7 @@ matrix:
|
|||
fast_finish: true
|
||||
allow_failures:
|
||||
# doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582
|
||||
- python: pypy3.5
|
||||
- python: pypy3.6-7.1.1
|
||||
env: DEPS=aiohttp
|
||||
|
||||
addons:
|
||||
|
|
Loading…
Add table
Reference in a new issue