Changed travis to install otx sdk from git

This commit is contained in:
chrisdoman 2017-01-30 10:35:18 -06:00
parent c2f6796ddc
commit 09710ce531

View File

@ -4,7 +4,7 @@ python:
- 3.4 - 3.4
before_install: before_install:
- pip install -U OTXv2 - pip install git+git://github.com/AlienVault-Labs/OTX-Python-SDK.git
before_script: before_script:
- chmod +x ./otx-suricata/test_rules.py - chmod +x ./otx-suricata/test_rules.py