mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 16:46:04 +08:00
Moved lint step to before_script.
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@ install:
|
|||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
script:
|
before_script:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
|
script:
|
||||||
- make test
|
- make test
|
||||||
- make test_notebook
|
- make test_notebook
|
||||||
|
|||||||
Reference in New Issue
Block a user