From eadea64e0fd6eee3043f1b0790db1cff9e85c825 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 29 Oct 2020 14:23:07 -0400 Subject: [PATCH] Add travis job for Python 3.9 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9993f92d..a4016034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,10 @@ jobs: env: TOXENV=py38 install: pip install tox script: tox + - python: 3.9 + env: TOXENV=py39 + install: pip install tox + script: tox - python: pypy env: TOXENV=pypy install: pip install tox