Update .travis.yml

Travis here: https://github.com/HelloZeroNet/ZeroNet/pull/2522#issuecomment-612655676 used a cached version of gevent but we want this: https://github.com/HelloZeroNet/ZeroNet/pull/2522#issuecomment-612658601 (don't use pip cache) 
@imachug just pointed out here https://github.com/HelloZeroNet/ZeroNet/pull/2522#issuecomment-612665000 that;

> The problem is when gevent-1.4.0 is already cached (e.g. gevent was installed when 1.5.0 wasn't available yet). 

--upgrade --no-cache-dir 🤔 👍
This commit is contained in:
HellZeroNet 2020-04-12 19:39:03 +00:00 committed by GitHub
parent f3a839f422
commit 6107ac09ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ 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:
- pip install --upgrade -r requirements.txt
- pip install --upgrade --no-cache-dir -r requirements.txt
- pip list
before_script:
- openssl version -a