Skip to content

Commit

Permalink
add 3.10 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 10, 2020
1 parent 5c81867 commit b7835f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ matrix:
dist: xenial
env:

- python: '3.10-dev'
dist: xenial
env:

- python: 'nightly'
dist: xenial
env:
Expand All @@ -39,6 +43,7 @@ matrix:

allow_failures:
- python: '3.9-dev'
- python: '3.10-dev'
- python: 'nightly'
- python: 'pypy3'
fast_finish: true
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ envlist =
py37
py38
py39
py310
pypy
# pypy3

Expand Down

0 comments on commit b7835f7

Please sign in to comment.