mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +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-pip
|
||||
tasks:
|
||||
- build: |
|
||||
- test: |
|
||||
pip3 install pipenv
|
||||
PATH=$PATH:/home/build/.local/bin
|
||||
pipenv install
|
||||
pipenv install --dev
|
||||
- test: |
|
||||
PATH=$PATH:/home/build/.local/bin
|
||||
pipenv shell
|
||||
nosetests --with-coverage --cover-package=stegano
|
||||
- typecheck: |
|
||||
python tools/run_mypy.py
|
||||
|
|
Loading…
Add table
Reference in a new issue