Skip to content

Commit 44cf778

Browse files
Merge pull request #145 from nicoddemus/fix-travis
Update pypy name in travis file
2 parents be77ac9 + 5b3c18d commit 44cf778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- '3.4'
88
- '3.5'
99
- '3.6'
10-
- pypy
10+
- 'pypy-5.4'
1111
env:
1212
- DEPS="pytest~=2.9.0"
1313
- DEPS="pytest~=3.0.0"
@@ -20,7 +20,7 @@ matrix:
2020
# using a different option due to pytest-addopts pytester issues
2121
env: PYTEST_XADDOPTS="-n 3 --runslowtests" DEPS="pytest~=3.0.0 pytest-xdist"
2222
allow_failures:
23-
- python: pypy
23+
- python: 'pypy-5.4'
2424
install:
2525
- pip install -U setuptools setuptools_scm
2626
- pip install $DEPS

0 commit comments

Comments
 (0)