add requirements and configuration gitlab-ci

This commit is contained in:
Fred Pauchet 2016-08-05 11:52:26 +02:00
parent c4c50ea73d
commit f51a8e5812
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,7 @@
test_app:
before_script:
- pip install -r requirements/base.txt
test:python-3.4:
stage: test
image: python:3.4-slim
script: python src/manage.py test *

1
requirements/base.txt Normal file
View File

@ -0,0 +1 @@
django