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 586cc72 commit faa46cdCopy full SHA for faa46cd
requirements-dev.txt
@@ -1,5 +1,4 @@
1
# test dependencies
2
-codecov>=2.1.0,<3.0.0
3
coverage>=4.5.4
4
pylint>=2.6.0,<3.0.0
5
pytest>=6.2.1,<7.0.0
tox.ini
@@ -10,7 +10,6 @@ commands = pylint --rcfile=.pylintrc ibm_container_registry test
10
passenv = TOXENV CI TRAVIS*
11
commands =
12
py.test --reruns 3 --cov=ibm_container_registry test/unit
13
- codecov -e TOXENV
14
deps =
15
-r{toxinidir}/requirements.txt
16
-r{toxinidir}/requirements-dev.txt
0 commit comments