Suppression CI Travis (obsolète)
This commit is contained in:
parent
9a49666f4f
commit
bf324cd240
2 changed files with 1 additions and 20 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -1,15 +0,0 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- poppler-utils
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- mkdir media
|
||||
|
||||
script: python manage.py test
|
||||
|
|
@ -144,8 +144,4 @@ DATE_LIEU_EXAMEN_EDE = "mercredi 7 mars 2018, à 13h30, salle A405"
|
|||
DATE_LIEU_EXAMEN_EDS = "mercredi 7 mars 2018, à 13h30, salle A405"
|
||||
RESP_FILIERE_EDS = ("Brahim Ali Hemma", 'M')
|
||||
|
||||
if 'TRAVIS' in os.environ:
|
||||
SECRET_KEY = 'secretkeyfortravistests'
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|
||||
else:
|
||||
from .local_settings import *
|
||||
from .local_settings import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue