Commit f41e2c95 by Victor M. Alvarez

Do not build “cuckoo” module in Travis-CI as jansson library in Ubuntu 12.04 is…

Do not build “cuckoo” module in Travis-CI as jansson library in Ubuntu 12.04 is too old. Build “dotnet” module instead.
parent 29dcce41
...@@ -10,10 +10,10 @@ python: ...@@ -10,10 +10,10 @@ python:
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libmagic-dev libjansson-dev - sudo apt-get install -y libmagic-dev
install: install:
- python setup.py build_ext --enable-magic --enable-cuckoo -I/usr/include -L/usr/lib - python setup.py build --enable-magic --enable-dotnet
- python setup.py install - python setup.py install
script: 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