Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
install binaries for sci packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shirishgoyal committed Feb 6, 2017
1 parent f5b34b7 commit fcf5ff7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
python:
- "2.7"

cache: apt
addons:
Expand All @@ -13,13 +15,15 @@ branches:
only:
- develop2

python:
- "2.7"

# command to install dependencies
before_install:
- pip install --upgrade pip setuptools wheel
- pip install numpy --only-binary=numpy
- pip install scipy --only-binary=scipy

install:
travis_wait pip install -r requirements.txt;
pip install flake8
- pip install -r requirements.txt
- pip install flake8

before_script:
flake8 .
Expand Down

0 comments on commit fcf5ff7

Please sign in to comment.