There was an error while loading. Please reload this page.
1 parent b724881 commit cd1df0aCopy full SHA for cd1df0a
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
install:
3
- pip install tox
4
- pip install cython
5
- - make cythonize
+ - make build
6
script:
7
- tox -v
8
language: python
Makefile
@@ -3,7 +3,6 @@ VERSION := $(shell python setup.py --version)
CYTHON_SRC := $(shell find dependency_injector -name '*.pyx')
CYTHON_DIRECTIVES =
-C_MACROS =
ifdef DEPENDENCY_INJECTOR_DEBUG_MODE
9
CYTHON_DIRECTIVES += -Xprofile=True
0 commit comments