From 147dd4bc35e3ae44ecec79e49a8c5c563f698a3f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 26 Oct 2020 15:47:15 +0100 Subject: [PATCH] Travis CI: Run a current version of pytest (#2648) Pytest 4 --> 6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdaafa22..895b3e93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: cache: pip before_install: - pip install --upgrade pip wheel - - pip install --upgrade codecov coveralls flake8 mock pytest==4.6.3 pytest-cov selenium + - pip install --upgrade codecov coveralls flake8 pytest pytest-cov selenium # - docker build -t zeronet . # - docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 zeronet install: