mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
remove travisCI as we can use github actions full time
This commit is contained in:
parent
e5f6a6856b
commit
6fd26692d8
1 changed files with 0 additions and 20 deletions
20
.travis.yml
20
.travis.yml
|
@ -1,20 +0,0 @@
|
|||
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,qwant
|
||||
-l 200
|
||||
- pytest
|
||||
- flake8 . --count --show-source --statistics
|
||||
- mypy --pretty theHarvester/discovery/*.py
|
Loading…
Reference in a new issue