Skip to content

Commit

Permalink
Travis: Update to focal and try Py 3.10 again
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Nov 16, 2021
1 parent 5f23c4b commit 7a62cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: python
dist: focal
install: pip install -U tox coveralls
matrix:
fast_finish: true
Expand All @@ -12,6 +13,8 @@ matrix:
env: TOXENV=py38
- python: '3.9'
env: TOXENV=py39
- python: '3.10'
env: TOXENV=py310
- python: '3.9'
env: TOXENV=flake8
- python: '3.9'
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 = py36, py37, py38, py39, pylint, flake8, docs
envlist = py36, py37, py38, py39, py310, pylint, flake8, docs
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 7a62cf5

Please sign in to comment.