Added install otx library to travis config

This commit is contained in:
chrisdoman 2017-01-30 10:29:18 -06:00
parent e65d1dc642
commit c2f6796ddc

View File

@ -3,6 +3,9 @@ python:
- 2.7 - 2.7
- 3.4 - 3.4
before_install:
- pip install -U OTXv2
before_script: before_script:
- chmod +x ./otx-suricata/test_rules.py - chmod +x ./otx-suricata/test_rules.py