Skip to content
Snippets Groups Projects
Commit 317e8830 authored by Olivia Doppelt-Azeroual's avatar Olivia Doppelt-Azeroual
Browse files
Former-commit-id: ffe4db38a99e5cdd41c09f24307d6b49113fd1c0
parents e2d3ad07 d9592bf0
No related branches found
No related tags found
No related merge requests found
......@@ -8,21 +8,7 @@ test-centos7:
- yum install -y epel-release
- yum install install -y python34-pip python34-devel
- yum install -y gcc graphviz graphviz-devel
- yum install -y httpd httpd-devel
- cd ippisite
- pip3 install -r requirements.txt
- python3 manage.py test
test-centos7:
image: centos:centos7
stage: deploy
script:
- yum install -y epel-release
- yum install install -y python34-pip python34-devel
- yum install -y gcc graphviz graphviz-devel
- cd ippisite
- pip3 install -r requirements.txt
- python3 manage.py test
environment:
name: production
url: https://ippidb.pasteur.fr
only:
- master
\ No newline at end of file
- python3 manage.py test
\ No newline at end of file
......@@ -44,6 +44,7 @@ INSTALLED_APPS = [
'ippidb',
'formtools',
'debug_toolbar',
'mod_wsgi.server'
]
MIDDLEWARE = [
......
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys
......
......@@ -6,4 +6,5 @@ pygraphviz
pydot
pyparsing
django-formtools
django-debug-toolbar
\ No newline at end of file
django-debug-toolbar
mod_wsgi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment