Skip to content

Commit

Permalink
.travis.yml: 3.9 -> 3.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Oct 10, 2020
1 parent bc70b1b commit 402ad0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
- ACTION=test
- name: Python 3.9 on Linux
python: 3.9
python: 3.9-dev
env:
- ACTION=test
- name: Python 3 on macOS
Expand All @@ -49,15 +49,15 @@ jobs:
env:
- ACTION=test
- name: Python 3.9 on Linux (sdist in venv)
python: 3.9
python: 3.9-dev
env:
- ACTION=sdisttest
- name: Python 3.9 on Linux (tracemalloc enabled)
python: 3.9
python: 3.9-dev
env:
- ACTION=tracemalloctest
- name: Python 3.9 on Linux (Code Coverage)
python: 3.9
python: 3.9-dev
env:
- ACTION=codecov
# - name: Python 3.7 on Linux (CPyChecker)
Expand Down

0 comments on commit 402ad0c

Please sign in to comment.