Skip to content

Commit

Permalink
travis: re-enable coverage for Python 3.8 job (#1748)
Browse files Browse the repository at this point in the history
Now that the issue with invalid coverage data has been fixed.
  • Loading branch information
benoit-pierre authored Apr 22, 2019
1 parent 50a41c7 commit e66857a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- <<: *latest_py3
env: LANG=C
- python: 3.8-dev
env: DISABLE_COVERAGE=1 # Ignore invalid coverage data.
- <<: *default_py
stage: deploy (to PyPI for tagged commits)
if: tag IS present
Expand Down

0 comments on commit e66857a

Please sign in to comment.