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

Commit

Permalink
increase travis timeout for installs
Browse files Browse the repository at this point in the history
  • Loading branch information
shirishgoyal committed Feb 6, 2017
1 parent 8df0899 commit f5b34b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ addons:
branches:
only:
- develop2
- setup_travis

python:
- "2.7"

# command to install dependencies
install:
pip install -r requirements.txt;
travis_wait pip install -r requirements.txt;
pip install flake8

before_script:
Expand Down

0 comments on commit f5b34b7

Please sign in to comment.