mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Update matix combinations
This commit is contained in:
parent
a800e5ce08
commit
e9eeaf6641
24
.travis.yml
24
.travis.yml
@ -4,18 +4,8 @@ language: python
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ~/.cache/bower
|
- ~/.cache/bower
|
||||||
|
python:
|
||||||
matrix:
|
- 3.5.1 # Set to 3.5.1 since travis has not yet included as default for 3.5
|
||||||
include:
|
|
||||||
- python: 2.7
|
|
||||||
env: GROUP=python
|
|
||||||
- python: 3.3
|
|
||||||
env: GROUP=python
|
|
||||||
- python: 3.4
|
|
||||||
env: GROUP=python
|
|
||||||
- python: 3.5.1 # Set to 3.5.1 since travis does not install by default
|
|
||||||
env: GROUP=python
|
|
||||||
fast_finish: true
|
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@ -42,5 +32,15 @@ script:
|
|||||||
- 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi'
|
- 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi'
|
||||||
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
|
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: 2.7
|
||||||
|
env: GROUP=python
|
||||||
|
- python: 3.3
|
||||||
|
env: GROUP=python
|
||||||
|
- python: 3.4
|
||||||
|
env: GROUP=python
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user