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 866f0f3 commit f459a3dCopy full SHA for f459a3d
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include MANIFEST.in
2
+include README.md CONTRIBUTING.rst requirements.txt
tox.ini
@@ -14,7 +14,7 @@ deps =
14
delayed-assert
15
pytest
16
pytest-cov
17
-commands = pytest --cov={envsitepackagesdir}/reportportal_client --cov-report=xml tests/ -s -vv
+commands = pytest --cov=reportportal_client --cov-report=xml tests/ -s -vv
18
19
[testenv:pep]
20
skip_install = True
0 commit comments