travis: Enforce latest pytest

This fixes breakages due to outdated/inconsistent version in travis.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2019-10-04 20:14:31 +02:00
parent 63f8a28321
commit a67476a9ac

View File

@ -21,7 +21,7 @@ install:
# checkcode dependencies:
- pip install flake8 pycodestyle doc8 Pygments
# test dependencies:
- pip install pytest
- pip install -U pytest
script:
- scripts/checkcode.sh .