Skip to content

Commit

Permalink
Call build_ext in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed May 12, 2018
1 parent 897d189 commit 14f44a0
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 @@ -13,6 +13,7 @@ install:
- cat /proc/cpuinfo
- ls /usr/local/lib
- pip install -r requirements.txt
- python setup.py build_ext --inplace
- pip install -e .
- pip install pytest-cov
- pip install coveralls
Expand Down

0 comments on commit 14f44a0

Please sign in to comment.