mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
travis: fix tests runner
This commit is contained in:
@@ -12,9 +12,9 @@ install:
|
||||
- pip install coveralls pep8 mock
|
||||
|
||||
script:
|
||||
- pep8 amodem/ scripts/ tests/
|
||||
- pep8 amodem/ scripts/
|
||||
- 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/
|
||||
- coverage run --source=amodem --omit="*/__main__.py" -m py.test -vvs
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
|
||||
Reference in New Issue
Block a user