Skip to content

Commit

Permalink
travis: Test Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Oct 10, 2020
1 parent 15fa02d commit bc70b1b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stages:
before_install:
- |
if [[ "$TRAVIS_OS_NAME" = windows ]]; then
choco list python --all
choco install python --version 3.8.0
export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
ln -s /c/Python38/python.exe /c/Python38/python3.exe
Expand All @@ -32,6 +33,10 @@ jobs:
python: 3.8
env:
- ACTION=test
- name: Python 3.9 on Linux
python: 3.9
env:
- ACTION=test
- name: Python 3 on macOS
os: osx
osx_image: xcode11
Expand All @@ -43,16 +48,16 @@ jobs:
language: shell
env:
- ACTION=test
- name: Python 3.8 on Linux (sdist in venv)
python: 3.8
- name: Python 3.9 on Linux (sdist in venv)
python: 3.9
env:
- ACTION=sdisttest
- name: Python 3.8 on Linux (tracemalloc enabled)
python: 3.8
- name: Python 3.9 on Linux (tracemalloc enabled)
python: 3.9
env:
- ACTION=tracemalloctest
- name: Python 3.8 on Linux (Code Coverage)
python: 3.8
- name: Python 3.9 on Linux (Code Coverage)
python: 3.9
env:
- ACTION=codecov
# - name: Python 3.7 on Linux (CPyChecker)
Expand Down

0 comments on commit bc70b1b

Please sign in to comment.