Commit 29dcce41 by Victor M. Alvarez

Change build command to build_ext

parent 03246383
......@@ -13,7 +13,7 @@ before_install:
- sudo apt-get install -y libmagic-dev libjansson-dev
install:
- python setup.py build --enable-magic --enable-cuckoo -I/usr/include -L/usr/lib
- python setup.py build_ext --enable-magic --enable-cuckoo -I/usr/include -L/usr/lib
- python setup.py install
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment