Skip to content

Commit

Permalink
Update tox configuration file for tox 4.0.2 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Dec 9, 2022
1 parent 3a00c35 commit 17e2296
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 2.1
minversion = 3.3.0
envlist = py37, py38, py39, py310, lint
skipsdist = True

Expand All @@ -13,7 +13,12 @@ setenv =
ARGS="-V"
deps = git+https://github.com/Qiskit/qiskit-terra.git
git+https://github.com/Qiskit/qiskit-aer.git
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
cplex
cvxpy
matplotlib
gurobipy
commands =
stestr run {posargs}

Expand Down Expand Up @@ -51,7 +56,8 @@ commands =
[testenv:gettext]
envdir = .tox/docs
deps =
-r requirements-dev.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
sphinx-intl
commands =
sphinx-build -W -T --keep-going -b gettext docs/ docs/_build/gettext {posargs}
Expand Down

0 comments on commit 17e2296

Please sign in to comment.