Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Aug 8, 2022
1 parent c2c0265 commit 3a07cb1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[tox]
skip_missing_interpreters = true
envlist =
py37
py38
py39
py310
py{37,38,39,310}
coverage

# Tests with unittest
Expand All @@ -25,7 +23,6 @@ commands =
coverage erase
coverage run -m unittest discover
coverage report
coverage html

# coverage configuration
[coverage:report]
Expand Down

0 comments on commit 3a07cb1

Please sign in to comment.