forked from jupyter-widgets/ipywidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
24 lines (24 loc) · 794 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# http://travis-ci.org/#!/jupyter-widgets/ipywidgets
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
env:
- GROUP=python TRAVIS_NODE_VERSION=5.1
sudo: false
before_install:
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
install:
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_install_py.sh ; fi'
- 'if [[ $GROUP == js ]] ; then bash ./jupyter-js-widgets/scripts/travis_install_js.sh ; fi'
script:
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_script_py.sh ; fi'
- 'if [[ $GROUP == js ]] ; then bash ./jupyter-js-widgets/scripts/travis_script_js.sh ; fi'
matrix:
include:
- python: 3.5
env: GROUP=js BROWSER=firefox TRAVIS_NODE_VERSION=6.9
after_success:
- coveralls