Skip to content

Commit

Permalink
DEV: Make tox use pytest and add more Python versions (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
vashek authored Apr 9, 2022
1 parent 237d9cb commit 6a0b89f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[tox]
envlist =
py{27,34,35,36,py,py3}
py{27,34,35,36,37,38,39,310,py,py3}

[testenv]
commands = python -m unittest Tests.tests
deps =
pillow
pytest
pytest-cov
commands = pytest Tests/tests.py Tests --cov --cov-report term-missing -vv

0 comments on commit 6a0b89f

Please sign in to comment.