From 66219e8f3a86b186b3b738fcd7a7d26f3211f3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 3 Nov 2013 16:24:12 +0100 Subject: [PATCH] Build extensions in-place --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2872a335..e2829e50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ install: - sudo pip-$PYVER install flake8 - sudo pip-$PYVER install six - $PYTHON setup.py build + - $PYTHON setup.py build_ext --inplace - sudo $PYTHON setup.py install script: # Check if setup.py's match bento.info