Update travis to remove the otx module for now

This commit is contained in:
L1ghtn1ng 2019-12-23 21:28:01 +00:00
parent 911b134999
commit ae40a181c3

View file

@ -13,7 +13,7 @@ before_install:
install:
- python setup.py test
script:
- python theHarvester.py -d apple.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo
- python theHarvester.py -d apple.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,intelx,threatcrowd,trello,twitter,virustotal,yahoo
-l 200
- pytest
- flake8 . --count --show-source --statistics