Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
abbass2 committed Oct 25, 2023
1 parent 272eca3 commit 8c4da15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ for:
test_script:
- which python
- python -c 'import pyqstrat'
- NO_DISPLAY=1 python -m pytest pyqstrat
- export NO_DISPLAY=1
- python -m pytest pyqstrat
- mypy --ignore-missing-imports pyqstrat/
- flake8 --ignore W291,W293,W503,E402,E701,E275,E741 --max-line-length=160 pyqstrat/
# run notebooks and exit on first error
- NO_DISPLAY=1 find pyqstrat/notebooks -name '*.ipynb' | xargs -n1 sh -c 'ipython $0 || exit 255'
- find pyqstrat/notebooks -name '*.ipynb' | xargs -n1 sh -c 'ipython $0 || exit 255'

-
matrix:
Expand Down

0 comments on commit 8c4da15

Please sign in to comment.