mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
formatting
This commit is contained in:
parent
87f93044c6
commit
ad59f707db
@ -72,7 +72,11 @@ script:
|
||||
if [[ $GROUP == docs ]]; then
|
||||
EXIT_STATUS=0
|
||||
make -C docs/ html || EXIT_STATUS=$?
|
||||
'if [[ $TRAVIS_EVENT_TYPE == cron ]]; then make -C docs/ linkcheck || EXIT_STATUS=$?; fi'
|
||||
|
||||
if [[ $TRAVIS_EVENT_TYPE == cron ]]; then
|
||||
make -C docs/ linkcheck || EXIT_STATUS=$?;
|
||||
fi
|
||||
|
||||
pytest --nbval --current-env docs || EXIT_STATUS=$?
|
||||
exit $EXIT_STATUS
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user