From a67476a9ace01be4f17eb0b6c5d84f2f3cefb98d Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 4 Oct 2019 20:14:31 +0200 Subject: [PATCH] travis: Enforce latest pytest This fixes breakages due to outdated/inconsistent version in travis. Signed-off-by: Jan Kiszka --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07c573f..09f5136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .