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 840f829 commit 7fef8aaCopy full SHA for 7fef8aa
.travis.yml
@@ -7,7 +7,7 @@ python:
7
install:
8
- pip install coveralls -r tests/requirements.txt
9
script:
10
-- pytest --cov=sdjson tests/
+- pytest --cov=domdf_python_tools tests/
11
after_success:
12
- coveralls
13
deploy:
0 commit comments