mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
Get travis to test py3.9
This commit is contained in:
parent
a2a9b7e76d
commit
55cff1ce41
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ matrix:
|
|||
env: TEST_SUITE=suite_3_7
|
||||
- python: '3.8'
|
||||
env: TEST_SUITE=suite_3_8
|
||||
- python: '3.9'
|
||||
env: TEST_SUITE=suite_3_9
|
||||
|
||||
before_install:
|
||||
- pip install pipenv
|
||||
- pipenv install --dev
|
||||
|
|
Loading…
Reference in a new issue