File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,17 @@ before_install:
11
11
- nvm install 6
12
12
- pip install cookiecutter
13
13
install :
14
+ - pushd $(mktemp -d)
15
+ - cookiecutter $TRAVIS_BUILD_DIR --config-file $TRAVIS_BUILD_DIR/tests/testconfig.yaml --no-input
16
+ - pushd jupyter-widget-testwidgets
17
+ - pip install --upgrade -v -e ".[test]"
18
+ before_script :
14
19
- |
15
- pushd $(mktemp -d)
16
- cookiecutter $TRAVIS_BUILD_DIR --config-file $TRAVIS_BUILD_DIR/tests/testconfig.yaml --no-input
17
- pushd jupyter-widget-testwidgets
18
- pip install --upgrade -v ".[test]"
20
+ export CHROME_BIN=chromium-browser
21
+ export DISPLAY=:99.0
22
+ sh -e /etc/init.d/xvfb start
19
23
script :
20
- - |
21
- py.test
22
- npm test
23
- popd
24
- popd
25
- before_cache :
26
- # Do not cache our own package
27
- - |
28
- rm -rf packages/{{ cookiecutter.jlab_extension_name }}/node_modules/{{ cookiecutter.npm_package_name }}
29
- after_success :
30
- - codecov
24
+ - py.test
25
+ - npm test
26
+ - popd
27
+ - popd
You can’t perform that action at this time.
0 commit comments