We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9a072 commit 63cf4e4Copy full SHA for 63cf4e4
requirements-lint.txt
@@ -1,3 +1,4 @@
1
+-r requirements.txt
2
argcomplete==2.0.0
3
black==22.10.0
4
commitizen==2.35.0
requirements-test.txt
build==0.9.0
coverage==6.5.0
pytest-console-scripts==1.3.1
tox.ini
@@ -18,7 +18,7 @@ passenv =
18
setenv = VIRTUAL_ENV={envdir}
19
whitelist_externals = true
20
usedevelop = True
21
-install_command = pip install {opts} {packages}
+install_command = pip install {opts} {packages} -e .
22
isolated_build = True
23
24
deps = -r{toxinidir}/requirements.txt
0 commit comments