Skip to content

Commit

Permalink
Working on fixing travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Jan 16, 2015
1 parent 84b9ed4 commit 7545a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ before_install:
# pip install scipy takes a lot of time and generates a lot of output. I want to get some output printed
# just to avoid the job from getting stopped.
#
# Check https://github.com/statsmodels/statsmodels/issues/2184 for scipy=0.14
# Check https://github.com/statsmodels/statsmodels/issues/2184 for scipy==0.14
install:
- pip install scipy=0.14 | awk 'NR % 250 == 0'
- pip install scipy==0.14 | awk 'NR % 250 == 0'
- pip list
- pip install .
- pip install --allow-external=TA-Lib --allow-unverified=TA-Lib -r travis/requirements.txt

Expand Down

0 comments on commit 7545a55

Please sign in to comment.