Skip to content

Commit 5ca3b05

Browse files
committed
Moved lint step to before_script.
1 parent a6c8a3f commit 5ca3b05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ install:
66
- pip install pipenv
77
- make install
88

9-
script:
9+
before_script:
1010
- make lint
11+
12+
script:
1113
- make test
1214
- make test_notebook

0 commit comments

Comments
 (0)