Skip to content

Commit

Permalink
Modify Travis CI to include minimum and most recent versions of depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
jluttine committed Apr 22, 2014
1 parent a8dc431 commit dc28187
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
language: python
python:
- "3.2"
- "3.3"
env:
- NUMPYSPEC=
- NUMPYSPEC===1.8.0
matrix:
include:
- python: 3.2
env:
- NUMPYSPEC===1.8.0
- SCIPYSPEC=
- python: 3.3
env:
- NUMPYSPEC=
- SCIPYSPEC=
# 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$NUMPYSPEC
- pip install scipy
- pip install scipy$SCIPYSPEC
- pip install matplotlib
- pip install h5py
- pip install coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BayesPy - Bayesian Python
:target: https://travis-ci.org/bayespy/bayespy/

.. image:: https://coveralls.io/repos/bayespy/bayespy/badge.png?branch=master
:target: https://coveralls.io/r/bayespy/bayespy?branch=master
:target: https://coveralls.io/r/bayespy/bayespy?branch=master

BayesPy provides tools for Bayesian inference with Python. The user
constructs a model as a Bayesian network, observes data and runs
Expand Down

0 comments on commit dc28187

Please sign in to comment.