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 dfd1883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
- tests/run.sh

notifications:
email:
- [email protected]
# - [email protected]
- [email protected]

0 comments on commit dfd1883

Please sign in to comment.