mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 14:14:47 +03:00
Disabled pip cache for Python 3.8
This commit is contained in:
parent
14766f50c3
commit
6d641e15fe
|
@ -35,6 +35,8 @@ matrix:
|
|||
env: PYTHONOPTIMIZE=2
|
||||
- python: "3.8-dev"
|
||||
name: "3.8-dev Xenial"
|
||||
cache:
|
||||
pip: false
|
||||
- env: DOCKER="alpine" DOCKER_TAG="master"
|
||||
- env: DOCKER="arch" DOCKER_TAG="master" # contains PyQt5
|
||||
- env: DOCKER="ubuntu-16.04-xenial-amd64" DOCKER_TAG="master"
|
||||
|
|
Loading…
Reference in New Issue
Block a user