Skip to content
Snippets Groups Projects
Commit 283df069 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

dont install compiler

parent ea0241d4
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ set -x ...@@ -4,6 +4,7 @@ set -x
set -e set -e
python -m coolamqp.framing.compilation.compile_definitions python -m coolamqp.framing.compilation.compile_definitions
rm -f coolamqp/framing/compilation/compile_definitions.py
python setup.py bdist bdist_wheel python setup.py bdist bdist_wheel
if [ $TRAVIS_BRANCH == "master" ]; then if [ $TRAVIS_BRANCH == "master" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment