Use Python 3.6 now

This commit is contained in:
Oliver Falk
2018-11-14 14:15:34 +01:00
parent 879463edbf
commit ffd0637e05

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 python34 python34-pip python34-devel unzip mysql-devel gcc git openldap-devel
- yum -y -t install python36 python36-pip python36-devel unzip mysql-devel gcc git openldap-devel
- pip3 install virtualenv --upgrade
- virtualenv -p python3 /tmp/.virtualenv
- source /tmp/.virtualenv/bin/activate