From 83ba1d7e7bb1d457e0fbc1323b0bce415d4a2d36 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 04:05:32 +0200 Subject: [PATCH] compile defs before build --- .travis.yml | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a6b99e..4270bae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "pypy" cache: pip script: + - python -m coolamqp.framing.compilation.compile_definitions - python setup.py nosetests install: - pip install -r requirements.txt diff --git a/build.sh b/build.sh index dbec9f7..1240067 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +3,7 @@ set -x set -e +python -m coolamqp.framing.compilation.compile_definitions python setup.py bdist bdist_wheel if [ $TRAVIS_BRANCH == "master" ]; then -- GitLab