Update travis config to re-cythonize code only for coveralls job

This commit is contained in:
Roman Mogilatov 2017-03-29 00:39:09 +03:00
parent a59530d228
commit c85b56fd62

View File

@ -9,6 +9,10 @@ matrix:
include:
- python: 2.7
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
install:
- pip install tox
- pip install cython
- make cythonize
- python: 2.7
env: TOXENV=pylint
- python: 2.7