Skip to content

Commit

Permalink
Revert "Travis CI: Run a current version of pytest (HelloZeroNet#2648)"
Browse files Browse the repository at this point in the history
This reverts commit 147dd4b.
  • Loading branch information
shortcutme committed Oct 29, 2020
1 parent 6fcfe5b commit e2b1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
cache: pip
before_install:
- pip install --upgrade pip wheel
- pip install --upgrade codecov coveralls flake8 pytest pytest-cov selenium
- pip install --upgrade codecov coveralls flake8 mock pytest==4.6.3 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:
Expand Down

0 comments on commit e2b1cf3

Please sign in to comment.