travis: upgrade pytest version for Python 3.5

This commit is contained in:
Roman Zeyde
2015-09-19 12:05:58 +03:00
parent 0876be18e4
commit 5be6684fa6

View File

@@ -10,12 +10,13 @@ python:
install:
- pip install .
- pip install pytest>=2.7.3 --upgrade
- pip install coveralls pep8 mock
script:
- 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 --assert=plain
- coverage run --source=amodem --omit="*/__main__.py" -m py.test -vvs
after_success:
- coverage report