Still need to use pip from py 3.4

This commit is contained in:
Oliver Falk
2018-11-14 14:24:31 +01:00
parent ffd0637e05
commit 3bde5e8da2

View File

@@ -2,7 +2,7 @@ image: centos:centos7
before_script:
- yum install -y -t https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum -y -t install python36 python36-pip python36-devel unzip mysql-devel gcc git openldap-devel
- yum -y -t install python36 python34-pip python36-devel unzip mysql-devel gcc git openldap-devel
- pip3 install virtualenv --upgrade
- virtualenv -p python3 /tmp/.virtualenv
- source /tmp/.virtualenv/bin/activate