Skip to content

Commit

Permalink
add 3.10-dev to build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 10, 2020
1 parent a46fc8d commit d99369c
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 @@ -26,6 +26,10 @@ matrix:
dist: xenial
env:

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

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

allow_failures:
- python: '3.9-dev'
- python: '3.10-dev'
- python: 'nightly'
- python: 'pypy'
- python: 'pypy3'
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 d99369c

Please sign in to comment.