Update travis config to create debug builds only for coverage

This commit is contained in:
Roman Mogilatov 2016-11-02 12:52:08 +02:00
parent 6b1ff707a2
commit d8f44948a4

View File

@ -3,13 +3,13 @@ language: python
install:
- pip install tox
- pip install cython
- make build DEBUG=1
- make build
script:
- tox
python:
- 3.5
env:
- TOXENV=coveralls
- TOXENV=coveralls DEBUG=1
- TOXENV=pylint
- TOXENV=flake8
- TOXENV=pydocstyle