Skip to content

Commit

Permalink
(Travis) Build Cython extensions explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Jul 19, 2015
1 parent 2c92e0a commit 512bb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- pip3 install --allow-external pyaudio --allow-unverified pyaudio -r requirements.txt
- pip3 install -U py2app
script:
- python3 setup.py build_ext --inplace
- sed -i '.bak' -e 's/file(p/open(p/g' /usr/local/lib/python3.4/site-packages/py2app/recipes/pyopengl.py
- sed -i '.bak' -e 's/loader=loader.filename)/loader_path=loader.filename)/g' /usr/local/lib/python3.4/site-packages/macholib/MachOGraph.py
- python3 setup.py py2app
Expand Down

0 comments on commit 512bb7a

Please sign in to comment.