Skip to content

Commit 2cff53d

Browse files
committed
okay, maybe these pypy versions will work?
1 parent 05c8036 commit 2cff53d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

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

0 commit comments

Comments
 (0)