Try use pypi gevent for py3.8 tests

This commit is contained in:
ZeroNet 2019-07-10 12:48:08 +02:00 committed by GitHub
parent 356d0521e6
commit 6b5fa140b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ before_install:
# - docker build -t zeronet .
# - 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 --upgrade setuptools cffi 'cython>=0.28' git+git://github.com/gevent/gevent.git#egg=gevent; fi
- pip install --upgrade -r requirements.txt
- pip list
before_script: