1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

refact(travis): enable verbose mode for tests on travis

Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
This commit is contained in:
Pablo Santiago Blum de Aguiar 2015-05-15 11:54:38 -03:00
parent 179839c32f
commit 9ade21bf0a

View File

@ -6,4 +6,4 @@ python:
install:
- python setup.py develop
- pip install -r requirements.txt
script: py.test
script: py.test -v