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 9ae9fb9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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 All @@ -16,7 +14,7 @@ passenv = CI GIT_SSL_CAINFO
setenv =
LC_ALL = en_US.UTF-8
deps =
-e .[tests]
-e .[tests,cli]
commands = coverage run -m pytest
install_command = python -m pip install {opts} {packages} --upgrade-strategy=eager
usedevelop = True
Expand All @@ -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 9ae9fb9

Please sign in to comment.