PyMISP/travis/test_travis.sh

9 lines
292 B
Bash
Raw Normal View History

2019-04-25 11:45:46 +02:00
#!/usr/bin/env bash
set -e
set -x
2019-12-18 14:45:14 +01:00
pipenv run nosetests-3.4 --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py
2020-01-28 14:25:10 +01:00
pipenv run mypy tests/testlive_comprehensive.py tests/test_mispevent.py tests/testlive_sync.py pymisp
2020-01-30 11:44:13 +01:00
pipenv run flake8 --ignore=E501,W503,E226,E252 pymisp