Install node

This commit is contained in:
Cédric Bonhomme 2019-10-27 18:10:10 +01:00
parent 5e909bfc24
commit 4019e792d4
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 123 additions and 2 deletions

View file

@ -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