Run nosetests in verbose mode on Travis
This commit is contained in:
parent
7fe006b652
commit
a4601fdf15
@ -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"
|
- 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:
|
script:
|
||||||
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
|
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
|
||||||
- nosetests
|
- nosetests -v
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user