Make tox produce verbose output

This commit is contained in:
Roman Mogilatov 2016-11-02 18:32:16 +02:00
parent 7ae0086a69
commit 4d82935d1d

View File

@ -5,7 +5,7 @@ install:
- pip install cython
- make cythonize
script:
- tox
- tox -v
python:
- 3.5
env: