Test Python 3.9-dev and 3.10-dev on Travis CI

This commit is contained in:
Hugo 2020-06-25 20:35:19 +03:00
parent 1844c65f81
commit 0300b52b4b
2 changed files with 3 additions and 1 deletions

View file

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

View file

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