Skip to content

Commit

Permalink
#392 tox pyenv only for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jan 28, 2022
1 parent 02f0ce0 commit d2047d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/cloudharness-common/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{7,8,9,10,}
envlist = py3{9,}

[testenv]
deps=-r{toxinidir}/test-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions utilities/tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = py3
envlist = py3{9,}

[testenv]
deps=-r{toxinidir}/test-requirements.txt

commands=
coverage run --source cloudharness_utilities -m pytest -v
coverage report -m
coverage report -m

0 comments on commit d2047d5

Please sign in to comment.