From fb3e9983896748e7cb98cfdcc9b99aee8b1c04f5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 17 May 2019 15:52:02 -0400 Subject: use green for testing instead of nose --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4f66fd..78aa334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ before_install: install: - pip install --upgrade pip - pip install -U -r requirements.txt - - pip install nose Cython + - pip install green Cython - python setup.py build_ext --inplace script: - - nosetests -v -x + - green -vv -f -- cgit v1.2.3