From bb9345d3edc7f178f01057c521fa721a4e4034c2 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Sun, 19 Jun 2016 09:35:02 -0700 Subject: increased travis wait time for numeric tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d23d865..476813e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ install: script: - python setup.py build_ext --inplace - nosetests - - nosetests test/numeric + - travis_wait 30 nosetests test/numeric -- cgit v1.2.3