Skip to content

Commit

Permalink
Added --yes flag to MDA conda install to avoid hang.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Oct 10, 2017
1 parent 5b97f5f commit fe1c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- conda create --yes -q -n pyenv libgfortran python=2.7 numpy=1.13 scipy=0.19.1 pytest=3.2.1 pytest-cov=2.5.1 pyyaml=3.12
- source activate pyenv
- conda config --add channels conda-forge
- conda install MDAnalysis=0.16.2
- conda install --yes MDAnalysis=0.16.2
- pip install coveralls tempdir
- chmod +x ./
script:
Expand Down

0 comments on commit fe1c870

Please sign in to comment.