mirror of https://github.com/CIRCL/lookyloo
chg: Pipenv isn't compatible with Python 3.9 on travis
parent
0aaa814224
commit
9d33977d01
|
@ -5,7 +5,8 @@ python:
|
|||
- "3.6-dev"
|
||||
- "3.7"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
- "3.8"
|
||||
- "3.8-dev"
|
||||
|
||||
install:
|
||||
- pip install pipenv
|
||||
|
|
Loading…
Reference in New Issue