Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge dc14bd5 into 4434a1b
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Jun 16, 2022
2 parents 4434a1b + dc14bd5 commit 4a74c6b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ setenv =
LANGUAGE=en_US
LC_ALL=en_US.utf-8
passenv = QISKIT_IBM_*
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
deps =
-rrequirements.txt
-rrequirements-dev.txt
extras = notebook-dependencies
commands =
pip check
Expand All @@ -32,6 +33,8 @@ commands =

[testenv:black]
skip_install = true
deps =
-rrequirements-dev.txt
extras =
commands = black .

Expand All @@ -48,7 +51,7 @@ commands =

[testenv:docs]
deps =
-r{toxinidir}/requirements-dev.txt
-rrequirements-dev.txt
extras =
commands =
python -c 'import shutil, pathlib; shutil.rmtree(pathlib.Path("docs") / "stubs", ignore_errors=True)'
Expand Down

0 comments on commit 4a74c6b

Please sign in to comment.