travis: add sanity test for CLI

This commit is contained in:
Roman Zeyde
2015-02-19 17:00:03 +02:00
parent 34a892e72c
commit 65c0892367

View File

@@ -13,6 +13,7 @@ install:
script:
- pep8 amodem/ scripts/ tests/ amodem-cli
- echo "Hello World!" | amodem-cli send -vv -l- -o- | amodem-cli recv -vv -l- -i-
- cd tests
- coverage run --source=amodem -m py.test -vvs