2019-09-15 21:19:35 +08:00
|
|
|
dist: bionic
|
2019-02-11 05:29:21 +08:00
|
|
|
language: python
|
2019-09-23 02:30:14 +08:00
|
|
|
cache: pip
|
2019-09-23 02:12:24 +08:00
|
|
|
matrix:
|
2020-02-16 07:17:38 +08:00
|
|
|
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:
|
2019-10-13 06:46:18 +08:00
|
|
|
- python setup.py test
|
2019-02-11 05:29:21 +08:00
|
|
|
script:
|
2020-05-13 04:22:12 +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,rapiddns
|
2019-10-20 05:11:07 +08:00
|
|
|
-l 200
|
2019-10-13 06:46:18 +08:00
|
|
|
- pytest
|
|
|
|
- flake8 . --count --show-source --statistics
|
2020-03-24 03:19:58 +08:00
|
|
|
- mypy --pretty theHarvester/discovery/*.py
|