mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 04:53:59 +03:00
Update travis config to re-cythonize code only for coveralls job
This commit is contained in:
parent
a59530d228
commit
c85b56fd62
|
@ -9,6 +9,10 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
||||||
|
install:
|
||||||
|
- pip install tox
|
||||||
|
- pip install cython
|
||||||
|
- make cythonize
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=pylint
|
env: TOXENV=pylint
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
|
Loading…
Reference in New Issue
Block a user