We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e6e4a commit dffd6bcCopy full SHA for dffd6bc
.travis.yml
@@ -32,9 +32,14 @@ matrix:
32
install: pip install --upgrade tox pytest pytest-asyncio
33
dist: xenial
34
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
40
- os: osx
41
language: generic
- 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
43
install: pip3 install --upgrade tox pytest pytest-asyncio
44
env: TOX_ENV=py37
45
@@ -51,4 +56,4 @@ branches:
51
56
- /^v\d+\.\d+.*$/
52
57
53
58
notifications:
54
- email: false
59
+ email: false
0 commit comments