Skip to content

Commit fbedbcc

Browse files
committed
Fix travis test script
1 parent 4637220 commit fbedbcc

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 test"
15+
- "cd test && pytest --cov=pudb"
1616

1717
after_success:
1818
- upload_coverage.sh

0 commit comments

Comments
 (0)