mirror of https://github.com/scrapy/scrapy.git
Fix the PYPY_VERSION value for the latest 3.5 version
This commit is contained in:
parent
e33d459208
commit
b67108609b
|
|
@ -28,7 +28,7 @@ matrix:
|
|||
python: 3.5
|
||||
- env: TOXENV=asyncio
|
||||
python: 3.5 # We use specific code to support >= 3.5.4, < 3.6
|
||||
- env: TOXENV=pypy3 PYPY_VERSION=3-v7.0.0
|
||||
- env: TOXENV=pypy3 PYPY_VERSION=3.5-v7.0.0
|
||||
|
||||
- env: TOXENV=py
|
||||
python: 3.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue