Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Jerphanion
Rex Dri
Commits
4e45e943
Commit
4e45e943
authored
Apr 23, 2018
by
Florent Chehab
Browse files
final touch to CI
parent
e83c29a8
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4e45e943
image
:
python:3.6.5-jessie
services
:
-
postgres:9.6.8
testing
:
stage
:
test
image
:
python:3.6.5-jessie
services
:
-
postgres:9.6.8
script
:
-
export ENV=development
-
export DATABASE_URL=postgres://postgres:@postgres:5432/python-test-app
...
...
@@ -22,6 +20,7 @@ testing:
flake8
:
stage
:
test
image
:
python:3.6.5-jessie
script
:
-
pip install flake8
-
flake8
...
...
@@ -41,8 +40,8 @@ pages:
paths
:
-
public
expire_in
:
1 month
#
only:
#
- master
only
:
-
master
tags
:
-
docker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment