mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Try build vs cythonize
This commit is contained in:
parent
b72488154a
commit
cd1df0ad83
|
@ -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
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user