Skip to content

Commit dffd6bc

Browse files
committed
[.travis.yml] add Py3.8 testing
1 parent b3e6e4a commit dffd6bc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ matrix:
3232
install: pip install --upgrade tox pytest pytest-asyncio
3333
dist: xenial
3434
script: tox -e $TOX_ENV
35+
- python: 3.8
36+
env: TOX_ENV=py38
37+
install: pip install --upgrade tox pytest pytest-asyncio
38+
dist: xenial
39+
script: tox -e $TOX_ENV
3540
- os: osx
3641
language: generic
37-
osx_image: xcode11 # Python 3.7.4 running on macOS 10.14.4
42+
osx_image: xcode11 # Python 3.7.4 running on macOS 10.14.4
3843
install: pip3 install --upgrade tox pytest pytest-asyncio
3944
env: TOX_ENV=py37
4045
script: tox -e $TOX_ENV
@@ -51,4 +56,4 @@ branches:
5156
- /^v\d+\.\d+.*$/
5257

5358
notifications:
54-
email: false
59+
email: false

0 commit comments

Comments
 (0)