Skip to content

Commit

Permalink
Install cli deps with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Aug 15, 2022
1 parent 942b5da commit dc8c465
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[tox]
envlist =
docs, packaging, py27, py36, py37, py38, py39, py310, coverage-report
docs, packaging, py37, py38, py39, py310, coverage-report

[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
3.9: py39
Expand Down Expand Up @@ -40,7 +38,7 @@ commands =
deps =
twine
build
-e .[tests]
-e .[tests,cli]
commands =
python setup.py sdist
twine check dist/*

0 comments on commit dc8c465

Please sign in to comment.