Skip to content

Commit

Permalink
added python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Nov 22, 2020
1 parent 1eda031 commit 1ab98d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,11 @@ matrix:
sudo: true
- python: "3.8"
env: TOXENV=py38
dist: xenial
dist: bionic
sudo: true
- python: "3.9"
env: TOXENV=py39
dist: bionic
sudo: true

install: pip install -U tox coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, cov, cov_local_37, cov_local_38
envlist = py36, py37, py38, py39, cov, cov_local_37, cov_local_38

[testenv]
deps=
Expand Down

0 comments on commit 1ab98d5

Please sign in to comment.