Travis CI: Run a current version of pytest (#2648)

Pytest 4 --> 6
This commit is contained in:
Christian Clauss 2020-10-26 15:47:15 +01:00 committed by GitHub
parent 32c9d5fa70
commit 147dd4bc35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: