Skip to content

Commit 05c8036

Browse files
committed
fix pypy tests on travis
1 parent 66dd9a6 commit 05c8036

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ python:
1010
- "3.4"
1111
- "3.5"
1212
- "3.6"
13-
- "pypy"
13+
- "pypy-5.8"
14+
- "pypy3-5.8"
1415
# command to install dependencies
1516
install:
1617
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)