Skip to content

Commit

Permalink
Update tox.ini to clean up warnings when testing pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 15, 2024
1 parent 406d0d9 commit 732999b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[tox]
skip_missing_interpreters=true
envlist =
py{36,37,38,39,310,311,312,py3},mypy-test
py{37,38,39,310,311,312,py3},mypy-test
isolated_build = True

[testenv]
deps=pytest
extras=diagrams
commands=
pytest tests
whitelist_externals=
pytest
python


[testenv:mypy-test]
deps = mypy==0.960
Expand Down

0 comments on commit 732999b

Please sign in to comment.