Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
More verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jingw committed May 28, 2016
1 parent a134942 commit ba5859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ install:
- pip install sqlalchemy==$SQLALCHEMY
- pip install -r dev_requirements.txt
# sleep so Presto has time to start up. Otherwise we might get 'No nodes available to run query'
script: sleep 10 && py.test
script: sleep 10 && py.test -v
after_success: codecov

0 comments on commit ba5859d

Please sign in to comment.