Skip to content

Commit

Permalink
Only use coveralls for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ingkebil committed Aug 1, 2019
1 parent 627dd50 commit 33ae166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ matrix:
- pip install -q -r requirements-dev.txt .

script:
- coverage run --source "$(basename "$PWD")" setup.py test
- py.test -v tests/*
- pip check

after_success: coveralls
- language: python
python:
- '3.7'
Expand Down

1 comment on commit 33ae166

@patrikgrenfeldt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a nice improvement!

Please sign in to comment.