-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The travis test script:
regression-benchmarking/.travis.yml
Lines 21 to 23 in 808a6d0
| script: | |
| - make test-cov | |
| after_success: |
Does not call make lint:
regression-benchmarking/Makefile
Lines 7 to 10 in 808a6d0
| lint: | |
| q2lint | |
| flake8 | |
As a result, there are a number of miscellaneous style violations floating around the repo
Metadata
Metadata
Assignees
Labels
No labels