From dfd1883e8da9775507a96578755071df992e921b Mon Sep 17 00:00:00 2001 From: crosenth Date: Wed, 29 May 2019 13:53:55 -0700 Subject: [PATCH] fixing timeout error --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2230f8d..9ac9252 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: - - noah.hoffman@gmail.com + # - noah.hoffman@gmail.com - crosenth@uw.edu