Skip to content

Commit

Permalink
New tox docker image, more Python versions tested (#29)
Browse files Browse the repository at this point in the history
* New tox docker image, more Python versions tested

* No pypy37
  • Loading branch information
bjmc authored Apr 18, 2023
1 parent 20886b3 commit 95c7940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: mikicz/tox-base
- image: fpob/tox
steps:
- checkout
- run:
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 = pypy3,py37,py38,py39,py310,typing
envlist = pypy38,pyp39,py37,py38,py39,py310,py311,typing
skipsdist = true

[testenv]
Expand Down

0 comments on commit 95c7940

Please sign in to comment.