added pipenv to the path

This commit is contained in:
Cédric Bonhomme 2019-10-27 18:03:28 +01:00
parent d3b8a65318
commit 5e909bfc24
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -8,6 +8,7 @@ packages:
tasks:
- setup: |
pip3 install pipenv
PATH=$PATH:/home/build/.local/bin
pipenv install
pipenv install --dev
- test: |