Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit b447e97

Browse files
committed
fix after_sucess
1 parent 458e690 commit b447e97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ install:
1212
- sudo apt-get install -qq python-dev python-pip python-yaml g++
1313
- sudo pip install conda
1414
- sudo conda init
15-
- conda create --yes --name test numpy scipy pytables numexpr nose pandas cython statsmodels pandas patsy pyyaml matplotlib pip
15+
- conda config --add channels http://conda.binstar.org/omnia
16+
- conda create --yes --name test numpy scipy pytables numexpr nose pandas cython statsmodels pandas patsy pyyaml matplotlib pip fastcluster mdtraj
1617
- export PATH="$HOME/envs/test/bin/:$PATH"
17-
- pip install -q fastcluster mdtraj simtk.unit
1818

1919
# RMG is not really sure what this line does, but it's critical for multiprocessing
2020
# to work in python. see https://github.com/travis-ci/travis-cookbooks/issues/155 and

tools/ci/after_sucess.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export PATH="$HOME/envs/test/bin/:$PATH"
12
if [[ "$TRAVIS_PULL_REQUEST" == "true" ]]; then
23
echo "This is a pull request. No deployment will be done."; exit 0
34
fi
@@ -14,7 +15,6 @@ fi
1415

1516
# Create the docs and push them to S3
1617
# sudo conda install --yes boto
17-
pip install -q sphinx boto sphinx_rtd_theme
18-
pip install -q bibpy
18+
pip install -q sphinx boto sphinx_rtd_theme bibpy
1919
cd docs/sphinx && make html && cd -
2020
python tools/ci/push-docs-to-s3.py

0 commit comments

Comments
 (0)