Move travis file

Moved to parent directory so Travis ci can run tests
This commit is contained in:
threatcrowd 2017-01-30 10:15:16 -06:00
parent d53ca1061f
commit 250a60c0e5
2 changed files with 10 additions and 10 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- 2.7
- 3.4
before_script:
- chmod +x ./otx-suricata/test_rules.py
# command to run tests
script: ./otx-suricata/python test_client.py

View File

@ -1,10 +0,0 @@
language: python
python:
- 2.7
- 3.4
before_script:
- chmod +x test_rules.py
# command to run tests
script: python test_client.py