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: install:
- pip install tox - pip install tox
- pip install cython - pip install cython
- make build DEBUG=1 - make build
script: script:
- tox - tox
python: python:
- 3.5 - 3.5
env: env:
- TOXENV=coveralls - TOXENV=coveralls DEBUG=1
- TOXENV=pylint - TOXENV=pylint
- TOXENV=flake8 - TOXENV=flake8
- TOXENV=pydocstyle - TOXENV=pydocstyle