mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
20 lines
No EOL
556 B
YAML
20 lines
No EOL
556 B
YAML
dist: bionic
|
|
language: python
|
|
cache: pip
|
|
matrix:
|
|
allow_failures:
|
|
- python: 'nightly'
|
|
include:
|
|
- python: 'nightly'
|
|
env: TEST_SUITE=suite_3_9
|
|
|
|
before_install:
|
|
- pip install -r requirements/dev.txt
|
|
install:
|
|
- python setup.py test
|
|
script:
|
|
- python theHarvester.py -d apple.com -b baidu,bing,bufferoverun,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,intelx,threatcrowd,trello,twitter,virustotal,yahoo,rapiddns
|
|
-l 200
|
|
- pytest
|
|
- flake8 . --count --show-source --statistics
|
|
- mypy --pretty theHarvester/discovery/*.py |