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

pull/96/head
David Mateo 2 years ago
parent c94c86d963
commit 6c534bdf83
No known key found for this signature in database
GPG Key ID: 4D3B72384BEDF674
  1. 2
      .travis.yml
  2. 4
      {{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %}

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

@ -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:

Loading…
Cancel
Save