From 5e875971518efb56e13b6b13d864366e5a997aa9 Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Tue, 1 Mar 2016 23:28:57 -0800 Subject: [PATCH 1/2] make travis more verbose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7feeaf7e9d..79cacd5a1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ install: - pip install -r requirements.txt # finish remaining requirements - python setup.py install script: -- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=INFO +- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc -c ./.noserc --logging-level=DEBUG --verbosity=3 after_success: - coveralls --config_file .coveragerc deploy: From 5b11b92fbbed0c1d4e6b932f9ffef0b1b8fa8399 Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Wed, 2 Mar 2016 00:01:38 -0800 Subject: [PATCH 2/2] removed coverage requirement --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79cacd5a1b..4b4f7ee498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ install: - pip install -r requirements.txt # finish remaining requirements - python setup.py install script: -- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc -c ./.noserc --logging-level=DEBUG --verbosity=3 +- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=DEBUG --verbosity=3 after_success: - coveralls --config_file .coveragerc deploy: