This repository was archived by the owner on Jan 26, 2022. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ install:
12
12
- sudo apt-get install -qq python-dev python-pip python-yaml g++
13
13
- sudo pip install conda
14
14
- 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
16
17
- export PATH="$HOME/envs/test/bin/:$PATH"
17
- - pip install -q fastcluster mdtraj simtk.unit
18
18
19
19
# RMG is not really sure what this line does, but it's critical for multiprocessing
20
20
# to work in python. see https://github.com/travis-ci/travis-cookbooks/issues/155 and
Original file line number Diff line number Diff line change
1
+ export PATH=" $HOME /envs/test/bin/:$PATH "
1
2
if [[ " $TRAVIS_PULL_REQUEST " == " true" ]]; then
2
3
echo " This is a pull request. No deployment will be done." ; exit 0
3
4
fi
14
15
15
16
# Create the docs and push them to S3
16
17
# 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
19
19
cd docs/sphinx && make html && cd -
20
20
python tools/ci/push-docs-to-s3.py
You can’t perform that action at this time.
0 commit comments