Skip to content

Commit d1e9ba6

Browse files
committed
Merge branch 'tox-test-py38' into 'master'
Include full testing of Python 3.8 Closes #55 See merge request python-devs/importlib_metadata!55
2 parents 9bc7130 + aef3d31 commit d1e9ba6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ tests:
1515

1616
coverage:
1717
script:
18-
- tox -e py27-cov,py34-cov,py35-cov,py36-cov,py37-cov
18+
- tox -e py27-cov,py34-cov,py35-cov,py36-cov,py37-cov,py38-cov
1919
artifacts:
2020
paths:
2121
- coverage.xml
2222

2323
diffcov:
2424
script:
25-
- tox -e py27-diffcov,py34-diffcov,py35-diffcov,py36-diffcov,py37-diffcov
25+
- tox -e py27-diffcov,py34-diffcov,py35-diffcov,py36-diffcov,py37-diffcov,py38-diffcov
2626

2727
docs:
2828
script:

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[tox]
2-
# Don't cover Python 3.8 since this is just a shim for that version. Do at
3-
# least make sure we don't regress!
4-
envlist = {py27,py34,py35,py36,py37}-{nocov,cov,diffcov},py38-nocov,qa,docs
2+
envlist = {py27,py34,py35,py36,py37,py38}-{nocov,cov,diffcov},qa,docs
53
skip_missing_interpreters = True
64

75

0 commit comments

Comments
 (0)