Merge pull request #334 from pylast/travis-test-dev

Test Python 3.9-dev and 3.10-dev on Travis CI
This commit is contained in:
mergify[bot] 2020-06-25 18:28:16 +00:00 committed by GitHub
commit 705052ae66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,8 @@ matrix:
- python: 3.7
- python: 3.6
- python: 3.5
- python: 3.9-dev
- python: 3.10-dev
- python: pypy3
install:

View file

@ -1,5 +1,5 @@
[tox]
envlist = py38, py37, py36, py35, pypy3
envlist = py{36, 37, 38, 39, 310, py3}
[testenv]
extras = tests