Skip to content

Commit

Permalink
Adding s3cmd install back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbharath committed Feb 1, 2016
1 parent cfc33f7 commit 0366465
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devtools/travis-ci/after_sucess.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo '$TRAVIS_PULL_REQUEST $TRAVIS_BRANCH $python'
echo $TRAVIS_PULL_REQUEST $TRAVIS_BRANCH $python
echo '$TRAVIS_PULL_REQUEST $TRAVIS_BRANCH'
echo $TRAVIS_PULL_REQUEST $TRAVIS_BRANCH

## TODO(rbharath): DO NOT MERGE WITH THIS COMMENTED! Only commented to
## facilitate debugging of AWS docs push.
Expand All @@ -11,11 +11,11 @@ if [[ "$TRAVIS_BRANCH" != "master" ]]; then
echo "No deployment on BRANCH='$TRAVIS_BRANCH'"; exit 0
fi


# Create the docs and push them to S3
# -----------------------------------
echo "pwd"
pwd
echo "About to install numpydoc, s3cmd"
pip install numpydoc s3cmd
conda list -e
mkdir -p docs/_build
echo "About to build docs"
sphinx build -b html docs docs/_build
Expand Down
11 changes: 11 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sphinx
scikit-learn
keras
theano ==0.7.2
openbabel
rdkit
pandas
numpy
scipy
joblib
h5py

0 comments on commit 0366465

Please sign in to comment.