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(-) (limited to '.travis.yml') 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 From 2c50e4c203af45387df4b69f91be39ad6193de08 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 4 Oct 2017 19:02:34 -0700 Subject: Remove Python2.6, add Python3.6 from/to CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 476813e..bcf447e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" + - "3.6" env: - CYTHON_INSTALL="pip install -q cython" - CYTHON_INSTALL="" -- cgit v1.2.3