Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[travis] minimum numpy version is now 1.9, because mdtraj-1.5 is not …
Browse files Browse the repository at this point in the history
…build against anything older.
  • Loading branch information
marscher committed Jan 12, 2016
1 parent ff41ee2 commit 77dd41a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ env:
- PATH=$HOME/miniconda/bin:$PATH
- common_py_deps="jinja2 conda-build"
matrix:
- python=2.7 CONDA_PY=27 CONDA_NPY=18
- python=3.4 CONDA_PY=34 CONDA_NPY=18
# minimum possible numpy version = 1.8, because of mdtraj
- python=2.7 CONDA_PY=27 CONDA_NPY=19
- python=2.7 CONDA_PY=27 CONDA_NPY=110
- python=3.4 CONDA_PY=34 CONDA_NPY=19
- python=3.5 CONDA_PY=35 CONDA_NPY=110

Expand Down

0 comments on commit 77dd41a

Please sign in to comment.