make py.test verbose

This commit is contained in:
Richard Hartmann 2015-08-27 17:20:57 +02:00
parent 512e07bdbf
commit 952e46f8da

View file

@ -13,4 +13,4 @@ install:
- pip install numpy scipy matplotlib pytest
- pip freeze
script:
- py.test tests/
- py.test -v tests/