Skip to content

Commit cd1df0a

Browse files
committed
Try build vs cythonize
1 parent b724881 commit cd1df0a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
install:
33
- pip install tox
44
- pip install cython
5-
- make cythonize
5+
- make build
66
script:
77
- tox -v
88
language: python

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ VERSION := $(shell python setup.py --version)
33
CYTHON_SRC := $(shell find dependency_injector -name '*.pyx')
44

55
CYTHON_DIRECTIVES =
6-
C_MACROS =
76

87
ifdef DEPENDENCY_INJECTOR_DEBUG_MODE
98
CYTHON_DIRECTIVES += -Xprofile=True

0 commit comments

Comments
 (0)