Skip to content

Commit

Permalink
Add NumPy versions to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jluttine committed Apr 22, 2014
1 parent 5b351c1 commit a8dc431
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ language: python
python:
- "3.2"
- "3.3"
env:
- NUMPYSPEC=
- NUMPYSPEC===1.8.0
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran hdf5-tools libhdf5-serial-dev
- pip install cython
- pip install numpy
- pip install numpy$NUMPYSPEC
- pip install scipy
- pip install matplotlib
- pip install h5py
Expand Down

0 comments on commit a8dc431

Please sign in to comment.