Update .travis.yml template to add -I option in pipenv install

This commit is contained in:
David Mateo 2022-11-07 13:16:25 +01:00
parent c94c86d963
commit 6c534bdf83
No known key found for this signature in database
GPG Key ID: 4D3B72384BEDF674
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ os: linux
services:
- docker
install:
- pip install pipenv
- pip install -I pipenv
env:
jobs:
- MOLECULE_DISTRO=debian:bullseye-slim

View File

@ -1,12 +1,12 @@
---
dist: xenial
language: python
python: "3.7"
python: "3.9"
os: linux
services:
- docker
install:
- pip install pipenv
- pip install -I pipenv
- pipenv sync
env:
jobs: