Skip to content

Commit c2e8bde

Browse files
committed
Stop specifying precise pypy3.5 version
This allows us to test with the latest available one.
1 parent 5359ea0 commit c2e8bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.6"
55
- "3.7"
66
- "3.8"
7-
- "pypy3.5-5.10.1"
7+
- "pypy3.5"
88
install:
99
- pip install -r requirements-dev.txt
1010
# mypy can't be installed on pypy

0 commit comments

Comments
 (0)