Skip to content

Commit f7eba9d

Browse files
committed
[.travis.yml] add Py3.8 testing to CI
1 parent 75a74e0 commit f7eba9d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ matrix:
1818
install: pip install tox
1919
dist: xenial
2020
script: tox -e $TOX_ENV
21+
- python: 3.8
22+
env: TOX_ENV=py38
23+
install: pip install tox
24+
dist: xenial
25+
script: tox -e $TOX_ENV
2126
- python: 3.7
2227
dist: xenial
2328
env: TOX_ENV=coverage
@@ -31,4 +36,4 @@ matrix:
3136
- bash <(curl -s https://codecov.io/bash)
3237

3338
notifications:
34-
email: false
39+
email: false

0 commit comments

Comments
 (0)