Skip to content

Commit

Permalink
Keep output when running pytest through travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Oct 9, 2019
1 parent ff04e4d commit ab26ce2
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 @@ -13,7 +13,7 @@ install:

script:
- coverage erase
- coverage run --source pykwalify -p -m py.test -v
- coverage run --source pykwalify -p -m py.test -v -s
- flake8 --max-line-length=160 --show-source --statistics --exclude=.venv,.tox,dist,docs,build,.git
- python setup.py sdist bdist

Expand Down

0 comments on commit ab26ce2

Please sign in to comment.