We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4637220 commit fbedbccCopy full SHA for fbedbcc
.travis.yml
@@ -12,7 +12,7 @@ install:
12
13
# command to run tests
14
script:
15
- - "cd test && pytest --cov=pudb test"
+ - "cd test && pytest --cov=pudb"
16
17
after_success:
18
- upload_coverage.sh
0 commit comments