Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MAINT: change CI nbextension installation path
  • Loading branch information
jakevdp committed Jun 6, 2016
1 parent 30ca07d commit 3cd2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- source activate testenv
- conda install --yes $DEPS
- python setup.py install
- jupyter nbextension install --py vega
- jupyter nbextension install vega --py --sys-prefix

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit 3cd2002

Please sign in to comment.