Skip to content

Commit

Permalink
Took out bash init
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 13, 2019
1 parent 2710122 commit b812657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ matrix:
language: generic
env:
- PYTHON_VERSION="3.6" BUILD_DOCS="NO" NUMPY_VERSION=1.15 COVERALLS="YES" DISPLAY_AVAIL="YES"

addons:
ssh_known_hosts:
- github.com
- 140.82.113.4

before_install:
- source ci/install.sh
install:
Expand Down
2 changes: 0 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Adapted from the ci/build_docs.sh file from the pandas and pyart project
# https://github.com/pydata/pandas
set -e
conda init bash


echo "**************************************************************************************"
echo "Step 0: Installing sphinx, etc. to build the documentation ..."
Expand Down

0 comments on commit b812657

Please sign in to comment.