Skip to content

Commit

Permalink
Merge c00ba4d into 06497be
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 8, 2022
2 parents 06497be + c00ba4d commit 1dd9152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ matrix:
env: TOXENV=py38,bandit,docs,readme
- python: "3.9"
env: TOXENV=py39
- python: "3.10-dev"
- python: "3.10.1"
env: TOXENV=py310
- python: "3.11-dev"
env: TOXENV=py311
- python: "pypy3"
env: TOXENV=pypy3
allow_failures:
- python: "3.11-dev"
before_install:
- python -m pip install --upgrade pip setuptools
- python -m pip install tox coveralls
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,py310,pypy3,docs,readme,bandit,isort
envlist = py36,py37,py38,py39,py310,py311,pypy3,docs,readme,bandit,isort

[testenv]
deps=
Expand Down

0 comments on commit 1dd9152

Please sign in to comment.