2
1
mirror of https://github.com/deadc0de6/catcli synced 2024-10-31 09:20:10 +00:00
catcli/tests.sh
2018-04-11 10:22:06 +02:00

11 lines
254 B
Bash
Executable File

#!/bin/sh
# author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2017, deadc0de6
# stop on first error
set -ev
pycodestyle --ignore=W605 catcli/
pycodestyle tests/
PYTHONPATH=catcli python3 -m nose -s --with-coverage --cover-package=catcli