Skip to content

Commit 7fef8aa

Browse files
committed
Fixed mistake in .travis.yml
1 parent 840f829 commit 7fef8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
install:
88
- pip install coveralls -r tests/requirements.txt
99
script:
10-
- pytest --cov=sdjson tests/
10+
- pytest --cov=domdf_python_tools tests/
1111
after_success:
1212
- coveralls
1313
deploy:

0 commit comments

Comments
 (0)