Switch to Fedora for building, since prod/stg are also on Fedora and we need newer SQLite to do testing

This commit is contained in:
Oliver Falk
2019-04-19 14:28:00 +02:00
parent da731425bc
commit 22f24624fc

View File

@@ -1,7 +1,7 @@
image: ofalk/centos7-python36
image: docker.io/ofalk/fedora28-python3
before_script:
- virtualenv -p python3.6 /tmp/.virtualenv
- virtualenv -p python3 /tmp/.virtualenv
- source /tmp/.virtualenv/bin/activate
- pip install Pillow
- pip install -r requirements.txt