travis: fix script name

This commit is contained in:
Roman Zeyde
2015-04-10 22:30:56 +03:00
parent 449d4eac0a
commit ef7467efd7

View File

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