Skip to content

Commit

Permalink
Merge branch 'traviscontainer'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafguns committed Aug 24, 2015
2 parents 7295832 + 54b6c17 commit f5896b7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
sudo: false
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
language: python
python:
- "2.7"
Expand All @@ -16,12 +24,11 @@ before_install:
- conda update -q conda
install:
- DEPS="networkx numpy scipy matplotlib pyyaml"
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION $DEPS
- source activate test-environment
- pip install smokesignal
- pip install --upgrade coverage coveralls nose
script:
script:
- printenv PWD
- pip install .
- nosetests --with-doctest --with-coverage --cover-package=linkpred
Expand Down

0 comments on commit f5896b7

Please sign in to comment.