Corrected python location in travis file

Unborked the folder
This commit is contained in:
chrisdoman 2017-01-30 10:20:14 -06:00
parent 250a60c0e5
commit 403bbb85d1

View File

@ -7,4 +7,4 @@ before_script:
- chmod +x ./otx-suricata/test_rules.py - chmod +x ./otx-suricata/test_rules.py
# command to run tests # command to run tests
script: ./otx-suricata/python test_client.py script: python ./otx-suricata/test_client.py