fix pipenv path

This commit is contained in:
Cédric Bonhomme 2019-10-27 18:12:48 +01:00
parent 4019e792d4
commit 649fd542d7
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -12,6 +12,7 @@ tasks:
pipenv install pipenv install
pipenv install --dev pipenv install --dev
- test: | - test: |
PATH=$PATH:/home/build/.local/bin
pipenv shell pipenv shell
nosetests --with-coverage --cover-package=stegano nosetests --with-coverage --cover-package=stegano
- typecheck: | - typecheck: |