From a4601fdf1568b23680c6787e0b65f40f07354ac5 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Tue, 16 May 2017 17:02:53 +0200 Subject: [PATCH] Run nosetests in verbose mode on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74f8e23..540255a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: - sh -c "if [ '$DATABASE_URL' = 'mysql+pymysql://travis@127.0.0.1/dataset?charset=utf8' ]; then mysql -e 'create database IF NOT EXISTS dataset DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'; fi" script: - flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test -- nosetests +- nosetests -v cache: directories: - $HOME/.cache/pip