Must use virtualenv-3

This commit is contained in:
Oliver Falk
2019-04-19 15:09:51 +02:00
parent 22f24624fc
commit f86c9baef6

View File

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