From cd1df0ad838f07eb816f72ed7045812d47bb9dae Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 2 Nov 2016 19:38:41 +0200 Subject: [PATCH] Try build vs cythonize --- .travis.yml | 2 +- Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f31dfb55..01549115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false install: - pip install tox - pip install cython - - make cythonize + - make build script: - tox -v language: python diff --git a/Makefile b/Makefile index da42495f..d2489b38 100644 --- a/Makefile +++ b/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 CYTHON_DIRECTIVES += -Xprofile=True