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