Skip to content

Commit 08f4702

Browse files
omitting gui folder from coveralls report
1 parent b2fdd33 commit 08f4702

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
@@ -57,7 +57,7 @@ install:
5757
- dvc pull -r gdrive-travis
5858
- pip install coveralls
5959
script:
60-
- coverage run --source=suite2p setup.py test
60+
- coverage run --source=suite2p --omit=suite2p/gui/* setup.py test
6161
after_success: coveralls
6262
deploy:
6363
skip_cleanup: true

0 commit comments

Comments
 (0)