Skip to content

Commit

Permalink
Attempt to pin specific python3.6 build (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 25, 2018
1 parent 891d41c commit b771372
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 -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 b771372

Please sign in to comment.