Update pypy version to 3.5

This commit is contained in:
Mads Marquart
2019-01-25 18:53:14 +01:00
parent 687afea0f2
commit 1d925a608b

View File

@@ -45,7 +45,7 @@ jobs:
- <<: *test-online - <<: *test-online
python: 3.5 python: 3.5
- <<: *test-online - <<: *test-online
python: pypy python: pypy3.5
# Run the expensive tests, with the python version most likely to break, aka. 2 # Run the expensive tests, with the python version most likely to break, aka. 2
- <<: *test-online - <<: *test-online
@@ -76,7 +76,7 @@ jobs:
- <<: *test-offline - <<: *test-offline
python: 3.5 python: 3.5
- <<: *test-offline - <<: *test-offline
python: pypy python: pypy3.5
- stage: deploy - stage: deploy
name: PyPI name: PyPI