diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 16:00:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-22 16:00:24 +0000 |
| commit | e66857af348a823b15701c39a88add28cfaab3bd (patch) | |
| tree | 5bff903dc3e500964f32ce7741e7ebcdafbba8ff | |
| parent | 50a41c7005c81024cf66fcd1d940fd168dc4a83d (diff) | |
| download | external_python_setuptools-e66857af348a823b15701c39a88add28cfaab3bd.tar.gz external_python_setuptools-e66857af348a823b15701c39a88add28cfaab3bd.tar.bz2 external_python_setuptools-e66857af348a823b15701c39a88add28cfaab3bd.zip | |
travis: re-enable coverage for Python 3.8 job (#1748)
Now that the issue with invalid coverage data has been fixed.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9429dc6c..ffcad998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
