Commit e66857af authored by Benoit Pierre's avatar Benoit Pierre Committed by GitHub

travis: re-enable coverage for Python 3.8 job (#1748)

Now that the issue with invalid coverage data has been fixed.
parent 50a41c70
...@@ -21,7 +21,6 @@ jobs: ...@@ -21,7 +21,6 @@ jobs:
- <<: *latest_py3 - <<: *latest_py3
env: LANG=C env: LANG=C
- python: 3.8-dev - python: 3.8-dev
env: DISABLE_COVERAGE=1 # Ignore invalid coverage data.
- <<: *default_py - <<: *default_py
stage: deploy (to PyPI for tagged commits) stage: deploy (to PyPI for tagged commits)
if: tag IS present if: tag IS present
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment