one more test

This commit is contained in:
Cédric Bonhomme 2019-10-27 19:40:54 +01:00
parent 649fd542d7
commit ea165fe1b1
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

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