Skip to content

Commit edba028

Browse files
committed
Try to fix coverage uploading
1 parent fbedbcc commit edba028

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
@@ -12,7 +12,7 @@ install:
1212

1313
# command to run tests
1414
script:
15-
- "cd test && pytest --cov=pudb"
15+
- "(cd test && pytest --cov=pudb)"
1616

1717
after_success:
1818
- upload_coverage.sh

0 commit comments

Comments
 (0)