Skip to content

Commit dfd1883

Browse files
committed
fixing timeout error
1 parent e744db8 commit dfd1883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ addons:
2929
- liblapack-dev
3030

3131
install:
32-
- travis_wait 60 "bin/bootstrap.sh $VIRTUAL_ENV"
32+
- "bin/bootstrap.sh $VIRTUAL_ENV"
3333

3434
script:
3535
- python setup.py test
36-
# - tests/run.sh
36+
- tests/run.sh
3737

3838
notifications:
3939
email:
40-
40+
4141

0 commit comments

Comments
 (0)