mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 13:38:03 +00:00
Merge branch 'master' into 'devel'
# Conflicts: # ivatar/middleware.py
This commit is contained in:
@@ -2,9 +2,10 @@ 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 openldap-devel
|
- yum -y -t install python36 python34-pip python36-devel unzip mysql-devel gcc git openldap-devel
|
||||||
- pip3 install virtualenv --upgrade
|
- pip3 install pip --upgrade
|
||||||
- virtualenv -p python3 /tmp/.virtualenv
|
- pip install virtualenv --upgrade
|
||||||
|
- virtualenv -p python3.6 /tmp/.virtualenv
|
||||||
- source /tmp/.virtualenv/bin/activate
|
- source /tmp/.virtualenv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install python-coveralls
|
- pip install python-coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user