Skip to content

Commit

Permalink
Fix sos-notebook installation in travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Mar 9, 2018
1 parent 89e5794 commit 7e2636c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_install:
- pip install entrypoints jupyter coverage codacy-coverage pytest pytest-cov python-coveralls
- pip install git+https://github.com/vatlab/sos.git
- pip install git+https://github.com/vatlab/sos-notebook.git
- python -m sos_notebook.install
- pip install git+https://github.com/vatlab/sos-bash.git
- conda install pandas numpy

Expand All @@ -45,7 +46,7 @@ before_script:
script:
# coverage does not seem to work well with python 3.6, but it does not really matter because we have coverage report from python 3.5 already
# SAS and Matlab are not tested
- pytest -x -v --cov sos_pbs --cov-report=xml
- pytest -x -v --cov-report=xml

after_success:
- coverage combine
Expand Down

0 comments on commit 7e2636c

Please sign in to comment.