Unfortunately for python3 we need epel

This commit is contained in:
Oliver Falk
2018-05-11 14:18:44 +02:00
parent 02c22531a1
commit 14b147fb69

View File

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