mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-20 20:42:56 +08:00
Add travis.yml file
This commit is contained in:
parent
2997e0d7ce
commit
f540e7b5db
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8-dev"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- pytest
|
Loading…
Reference in a new issue