theHarvester/.travis.yml

20 lines
547 B
YAML
Raw Normal View History

dist: bionic
2019-02-11 05:29:21 +08:00
language: python
2019-09-23 02:30:14 +08:00
cache: pip
matrix:
allow_failures:
- python: 'nightly'
2019-10-20 05:11:07 +08:00
include:
2020-01-27 00:43:40 +08:00
- python: 'nightly'
2020-01-27 00:41:07 +08:00
env: TEST_SUITE=suite_3_9
2019-04-19 23:31:30 +08:00
before_install:
2020-01-27 01:00:48 +08:00
- pip install -r requirements/dev.txt
2019-02-11 05:29:21 +08:00
install:
- python setup.py test
2019-02-11 05:29:21 +08:00
script:
2020-02-16 07:20:18 +08:00
- python theHarvester.py -d apple.com -b baidu,bing,bufferoverun,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,intelx,threatcrowd,trello,twitter,virustotal,yahoo
2019-10-20 05:11:07 +08:00
-l 200
- pytest
- flake8 . --count --show-source --statistics
- mypy --pretty theHarvester/discovery/*.py