From c85b56fd62d6cd5a7b7ba39c6cb78d3bff5a01c8 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 29 Mar 2017 00:39:09 +0300 Subject: [PATCH] Update travis config to re-cythonize code only for coveralls job --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8dc0d76b..499f4225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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