You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
catcli/tests.sh

11 lines
240 B
Bash

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