Skip to content

Commit

Permalink
Merge c4f6fc6 into aae1590
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 10, 2018
2 parents aae1590 + c4f6fc6 commit 5d9a532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ install:
- conda info -a
- conda env create -q -f environment.yml
- source activate holoviews
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
conda install -c conda-forge python=3.6.6=h5001a0f_0;
fi
- python setup.py develop
- conda env export
- if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
Expand Down

0 comments on commit 5d9a532

Please sign in to comment.