remove travisCI as we can use github actions full time

This commit is contained in:
L1ghtn1ng 2020-12-14 21:18:26 +00:00
parent e5f6a6856b
commit 6fd26692d8

View file

@ -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