Skip to content

Commit

Permalink
fixing timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed May 29, 2019
1 parent e744db8 commit f07056d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ addons:
- liblapack-dev

install:
- travis_wait 60 "bin/bootstrap.sh $VIRTUAL_ENV"
- "bin/bootstrap.sh $VIRTUAL_ENV"

script:
- python setup.py test
# - tests/run.sh

notifications:
email:
- noah.hoffman@gmail.com
# - noah.hoffman@gmail.com
- crosenth@uw.edu

0 comments on commit f07056d

Please sign in to comment.