Commit 03246383 by Victor M. Alvarez

Try to fix travis issue

parent f69a9f77
...@@ -8,9 +8,12 @@ python: ...@@ -8,9 +8,12 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
install: before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libmagic-dev libjansson-dev - sudo apt-get install -y libmagic-dev libjansson-dev
- python setup.py build --enable-magic --enable-cuckoo
install:
- python setup.py build --enable-magic --enable-cuckoo -I/usr/include -L/usr/lib
- 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