Skip to content

Commit

Permalink
Attempt to pin specific python3.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 10, 2018
1 parent aae1590 commit 0aa53cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
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 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 0aa53cf

Please sign in to comment.