Skip to content

Commit e056263

Browse files
committed
debug
1 parent a01448a commit e056263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ install:
1212
- pip install -f travis-wheels/wheelhouse ipykernel[test]
1313
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
1414
script:
15-
- nosetests --with-coverage --cover-package ipykernel ipykernel
15+
- nosetests -vsx --with-coverage --cover-package ipykernel ipykernel
1616
after_success:
1717
- coveralls

0 commit comments

Comments
 (0)