Skip to content

Commit

Permalink
Don't report coverage from pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 29, 2017
1 parent 677c076 commit a5fafd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
- env: TOXENV=pypy3
cache: pip
python: pypy3
after_success: &after_success
- pip install coveralls
- coveralls

- env: TOXENV=py33
python: "3.3"
after_success: *after_success
after_success: &after_success
- pip install coveralls
- coveralls

- env: TOXENV=py34
python: "3.4"
Expand Down

0 comments on commit a5fafd9

Please sign in to comment.