Update .travis.yml

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

View File

@ -11,12 +11,12 @@ services:
cache: pip
before_install:
- pip install --upgrade pip wheel
- pip install codecov coveralls flake8 mock pytest pytest-cov selenium
- pip install --upgrade codecov coveralls flake8 mock 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:
- 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 -U -r requirements.txt
- 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:
- openssl version -a