Skip to content

Commit 79d3dd4

Browse files
committed
make the lint target run on ci pipeline runs
1 parent 1be74b7 commit 79d3dd4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ env:
1414
install:
1515
- pip install -q pytest==$PYTEST
1616
- pip install -q -e .
17-
script: py.test
17+
- pip install -q pre-commit
18+
- pre-commit install
19+
script:
20+
- pre-commit run --all-files --show-diff-on-failure
21+
- py.test

0 commit comments

Comments
 (0)