It's pip3...

This commit is contained in:
Cédric Bonhomme 2019-10-27 17:56:35 +01:00
parent 2dc6430373
commit d3b8a65318
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -7,7 +7,7 @@ packages:
- python3-pip
tasks:
- setup: |
pip install pipenv
pip3 install pipenv
pipenv install
pipenv install --dev
- test: |