Skip to content
Snippets Groups Projects
Commit 5d6188f8 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Add .gitlab-ci.yml

parent ef3894c1
No related branches found
No related tags found
No related merge requests found
test-centos7:
image: centos:centos7
stage: test
script:
- yum install -y epel-release
- yum install install -y python35-pip python35-devel
- cd ippisite
- pip3 install -r requirements.txt
- python3 manage.py test
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment