Skip to content

Commit

Permalink
Merge pull request #57 from biolink/issue-6
Browse files Browse the repository at this point in the history
pip install binary for scipy,
  • Loading branch information
cmungall committed Jul 3, 2017
2 parents c4e4ddb + 9a5810a commit 24bcf85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ python:

# command to install dependencies
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- python setup.py install
- python setup.py sdist bdist_wheel
# - "pip install -r requirements.txt"
Expand All @@ -23,7 +25,7 @@ script:
# coveralls

# whitelist
branches:
only:
- master
#branches:
# only:
# - master

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networkx==1.11
matplotlib==2.0.0
SPARQLWrapper==1.8.0
pandas>=0.0
scipy==0.19.0
scipy==0.19.1
jsonpickle>=0.0
jsonpath_rw>=0.0
pytest>=0.0
Expand Down

0 comments on commit 24bcf85

Please sign in to comment.