Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
scipy is causing issues with travis-ci, trying some tips off travis-ci/travis-ci#2650
  • Loading branch information
telegraphic authored Mar 31, 2017
1 parent 89d92ce commit c3dc93f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ python:
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libhdf5-serial-dev
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- pip install unittest2
- pip install -r requirements.txt
- pip install .
Expand All @@ -15,4 +17,4 @@ install:
script: python tests/test_hickle.py
branches:
only:
- master
- master

0 comments on commit c3dc93f

Please sign in to comment.