mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +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:
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user