mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
commit
6526a19c0b
11
.travis.yml
11
.travis.yml
@ -53,6 +53,16 @@ install:
|
||||
|
||||
script:
|
||||
- jupyter kernelspec list
|
||||
- |
|
||||
symlinks=$(find . -type l| grep -v './node_modules/' | grep -v './git-hooks')
|
||||
if [[ $(echo $symlinks) ]]; then
|
||||
echo "Repository contains symlinks which won't work on windows:"
|
||||
echo $symlinks
|
||||
echo ""
|
||||
false
|
||||
else
|
||||
true
|
||||
fi
|
||||
- 'if [[ $GROUP == js* ]]; then travis_retry python -m notebook.jstest ${GROUP:3}; fi'
|
||||
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
|
||||
- |
|
||||
@ -64,6 +74,7 @@ script:
|
||||
exit $EXIT_STATUS
|
||||
fi
|
||||
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.4
|
||||
|
Loading…
Reference in New Issue
Block a user