mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
fix pipenv path
This commit is contained in:
parent
4019e792d4
commit
649fd542d7
1 changed files with 1 additions and 0 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue