OTX-Suricata/.travis.yml
2017-01-30 10:35:18 -06:00

13 lines
252 B
YAML

language: python
python:
- 2.7
- 3.4
before_install:
- pip install git+git://github.com/AlienVault-Labs/OTX-Python-SDK.git
before_script:
- chmod +x ./otx-suricata/test_rules.py
# command to run tests
script: python ./otx-suricata/test_rules.py