Skip to content

Commit 8be6b43

Browse files
committed
[fix] Remove --source from coverage in .travis.yml
1 parent 00793f9 commit 8be6b43

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
@@ -24,7 +24,7 @@ install:
2424
- pip install coveralls
2525

2626
script:
27-
- coverage run --source=nwtgck_hello_test setup.py test
27+
- coverage run setup.py test
2828

2929
after_success:
3030
- coveralls

0 commit comments

Comments
 (0)