mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 11:46:12 +02:00
Install node
This commit is contained in:
parent
5e909bfc24
commit
4019e792d4
3 changed files with 123 additions and 2 deletions
|
@ -6,12 +6,13 @@ packages:
|
|||
- python3-dev
|
||||
- python3-pip
|
||||
tasks:
|
||||
- setup: |
|
||||
- build: |
|
||||
pip3 install pipenv
|
||||
PATH=$PATH:/home/build/.local/bin
|
||||
pipenv install
|
||||
pipenv install --dev
|
||||
- test: |
|
||||
pipenv shell
|
||||
nosetests --with-coverage --cover-package=stegano
|
||||
- typecheck: |
|
||||
python tools/run_mypy.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue