diff options
| -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 |
