Skip to content

Commit

Permalink
Update Python versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Feb 20, 2021
1 parent 10a78e4 commit 2a0b3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- python: 3.10-dev
env: TOXENV=py310

- python: 3.9-dev
- python: 3.9
env: TOXENV=py39

- python: 3.8
Expand Down Expand Up @@ -58,7 +58,6 @@ matrix:

allow_failures:
- python: 2.6
- python: 3.9-dev
- python: 3.10-dev

install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,coverage,py34,py35,py36,py37,py27,el7,pypy,pypy3,docs
envlist = lint,coverage,py35,py36,py37,py39,py27,el7,pypy,pypy3,docs

[base]
deps =
Expand Down

0 comments on commit 2a0b3d4

Please sign in to comment.