Skip to content

Commit

Permalink
ci:fix pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 10, 2020
1 parent 7d15258 commit e8f3944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
python: 3.7
env: TOXENV=py37
- name: pypy2.7
python: pypy2.7-5.10.0
python: pypy
env: TOXENV=pypy
- name: pypy3.5
python: pypy3.5-5.10.0
- name: pypy3
python: pypy3
env: TOXENV=pypy3
- stage: check
name: style
Expand Down

0 comments on commit e8f3944

Please sign in to comment.