chg: Pipenv isn't compatible with Python 3.9 on travis

pull/62/head
Raphaël Vinot 2020-01-13 10:20:41 +01:00
parent 0aaa814224
commit 9d33977d01
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ python:
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "nightly"
- "3.8"
- "3.8-dev"
install:
- pip install pipenv