diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-17 15:52:02 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-17 15:52:02 -0400 |
| commit | fb3e9983896748e7cb98cfdcc9b99aee8b1c04f5 (patch) | |
| tree | 6fffc37c20188ccb4b2f3ca2458403e1b5cb1f61 | |
| parent | bugfix for predict with gamma = 'auto' (diff) | |
| download | pygensvm-fb3e9983896748e7cb98cfdcc9b99aee8b1c04f5.tar.gz pygensvm-fb3e9983896748e7cb98cfdcc9b99aee8b1c04f5.zip | |
use green for testing instead of nose
| -rw-r--r-- | .travis.yml | 4 |
1 files 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 |
