Skip to content

Commit

Permalink
Travis yaml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 27, 2019
1 parent 63f84e1 commit 093b387
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ install:
- conda update -q conda

# Useful for debugging any issues with conda
- conda info -a
- conda create -n holoviews python=$TRAVIS_PYTHON_VERSION
- travis_wait conda env update -n holoviews -f environment.yml
- conda create -n holoviews -q python=$TRAVIS_PYTHON_VERSION
- travis_wait conda env update -n holoviews -q -f environment.yml
- source activate holoviews
- python setup.py develop
- conda info; conda list; conda env export
- conda info -a; conda list; conda env export
- if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
echo "Attempting to find any associated pull request";
CURRENT_BUILD=$(curl -s -X GET "https://api.travis-ci.org/repos/ioam/holoviews/builds?number=$TRAVIS_BUILD_NUMBER");
Expand Down

0 comments on commit 093b387

Please sign in to comment.