mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 15:10:47 +03:00
Update travis config to create debug builds only for coverage
This commit is contained in:
parent
6b1ff707a2
commit
d8f44948a4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user