Skip to content

Commit

Permalink
Update pypy test configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Dec 5, 2019
1 parent ba294a7 commit b018a8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3.5-6.0.0"
- "pypy3.5-7.0.0"
- "pypy3.6-7.0.0"
- "pypy3.6-7.1.1"
install:
- pip install -r test-requirements.txt
- pip install -e .
Expand Down

0 comments on commit b018a8f

Please sign in to comment.