From b7835f7ce795b31050c2695965673848c1800c8b Mon Sep 17 00:00:00 2001 From: mmckerns Date: Sat, 10 Oct 2020 09:02:58 -0400 Subject: [PATCH] add 3.10 to travis --- .travis.yml | 5 +++++ tox.ini | 1 + 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1ae72bde..101c5538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,10 @@ matrix: dist: xenial env: + - python: '3.10-dev' + dist: xenial + env: + - python: 'nightly' dist: xenial env: @@ -39,6 +43,7 @@ matrix: allow_failures: - python: '3.9-dev' + - python: '3.10-dev' - python: 'nightly' - python: 'pypy3' fast_finish: true diff --git a/tox.ini b/tox.ini index d1ee576c..b627d6b4 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ envlist = py37 py38 py39 + py310 pypy # pypy3