remove nonexistent lint test

pull/2011/head
Min RK 9 years ago
parent 16a751c4d6
commit 3fb26ad4da

@ -40,7 +40,6 @@ install:
script:
- 'if [[ $GROUP == js* ]]; then travis_retry python -m notebook.jstest ${GROUP:3}; fi'
- 'if [[ $GROUP == "js/notebook" ]]; then npm run lint; fi'
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
matrix:

Loading…
Cancel
Save