Update to latest packages before tests

This commit is contained in:
ZeroNet 2019-07-02 16:03:41 +02:00 committed by GitHub
parent f83ade8d33
commit 66c48ba4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_install:
# - docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 zeronet
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.8-dev ]]; then pip install setuptools cffi 'cython>=0.28' git+git://github.com/gevent/gevent.git#egg=gevent; fi
- pip install -r requirements.txt
- pip install -U -r requirements.txt
- pip list
before_script:
- openssl version -a