mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
one more test
This commit is contained in:
parent
649fd542d7
commit
ea165fe1b1
1 changed files with 1 additions and 5 deletions
|
@ -6,14 +6,10 @@ packages:
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- test: |
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
PATH=$PATH:/home/build/.local/bin
|
PATH=$PATH:/home/build/.local/bin
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- test: |
|
|
||||||
PATH=$PATH:/home/build/.local/bin
|
|
||||||
pipenv shell
|
pipenv shell
|
||||||
nosetests --with-coverage --cover-package=stegano
|
nosetests --with-coverage --cover-package=stegano
|
||||||
- typecheck: |
|
|
||||||
python tools/run_mypy.py
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue