Try build vs cythonize

This commit is contained in:
Roman Mogilatov 2016-11-02 19:38:41 +02:00
parent b72488154a
commit cd1df0ad83
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ sudo: false
install: install:
- pip install tox - pip install tox
- pip install cython - pip install cython
- make cythonize - make build
script: script:
- tox -v - tox -v
language: python language: python

View File

@ -3,7 +3,6 @@ VERSION := $(shell python setup.py --version)
CYTHON_SRC := $(shell find dependency_injector -name '*.pyx') CYTHON_SRC := $(shell find dependency_injector -name '*.pyx')
CYTHON_DIRECTIVES = CYTHON_DIRECTIVES =
C_MACROS =
ifdef DEPENDENCY_INJECTOR_DEBUG_MODE ifdef DEPENDENCY_INJECTOR_DEBUG_MODE
CYTHON_DIRECTIVES += -Xprofile=True CYTHON_DIRECTIVES += -Xprofile=True