Add Debian Stretch requirements
This commit is contained in:
parent
8571cd36ac
commit
ad5a4e2df1
|
@ -6,6 +6,11 @@ stages:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
|
python36:
|
||||||
|
image: python:3.5
|
||||||
|
stage: test
|
||||||
|
script: tox -e py35
|
||||||
|
|
||||||
python36:
|
python36:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -5,7 +5,7 @@ import sys
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'note_kfet.settings')
|
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'med.settings')
|
||||||
try:
|
try:
|
||||||
from django.core.management import execute_from_command_line
|
from django.core.management import execute_from_command_line
|
||||||
except ImportError as exc:
|
except ImportError as exc:
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Django==1.10.7
|
||||||
|
docutils==0.13.1
|
||||||
|
Pillow==4.0.0
|
||||||
|
pytz==2016.7
|
||||||
|
six==1.10.0
|
||||||
|
sqlparse==0.2.2
|
||||||
|
django-reversion==2.0.8
|
||||||
|
django-bootstrap3==7.1.0
|
Loading…
Reference in New Issue