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 - pip install cython
- make cythonize - make cythonize
script: script:
- tox - tox -v
python: python:
- 3.5 - 3.5
env: env: