Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
2ef645cc
Unverified
Commit
2ef645cc
authored
Feb 03, 2017
by
Thom Wiggers
📐
Browse files
Only load services where needed
parent
76303735
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2ef645cc
...
...
@@ -4,9 +4,6 @@ variables:
POSTGRES_PASSWORD
:
"
"
CI_DEPS
:
psycopg2
services
:
-
postgres:latest
pep8
:
image
:
python:3.4
before_script
:
...
...
@@ -16,6 +13,8 @@ pep8:
-
tox -e flake8
.djangotest
:
&djangotest
services
:
-
postgres:latest
before_script
:
-
export PIP_CACHE_DIR="pip-cache"
-
mkdir -p pip-cache
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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