2
1
mirror of https://github.com/deadc0de6/catcli synced 2024-11-15 18:14:01 +00:00
catcli/tests.sh

11 lines
240 B
Bash
Raw Normal View History

2017-12-14 18:37:31 +00:00
#!/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