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:
parent
63f8a28321
commit
a67476a9ac
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user