mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Comment out py3.9 testing for now as its not avaiable yet
This commit is contained in:
parent
cc00dcbc91
commit
3990f200f8
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ matrix:
|
|||
env: TEST_SUITE=suite_3_7
|
||||
- python: '3.8'
|
||||
env: TEST_SUITE=suite_3_8
|
||||
- python: '3.9-dev'
|
||||
env: TEST_SUITE=suite_3_9_dev
|
||||
# - python: '3.9-dev'
|
||||
# env: TEST_SUITE=suite_3_9_dev
|
||||
before_install:
|
||||
- pip install -r requirements.txt
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue