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
La Quadrature du Net
piphone
campaign
Commits
a8d53710
Commit
a8d53710
authored
Aug 06, 2016
by
okhin
Browse files
Updating the gitlab-ci.yml for the new runner
parent
4169e73f
Pipeline
#83
failed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a8d53710
image
:
python:3.4
test
:
test python 3
:
script
:
-
python setup.py install
-
virtualenv --python=python3 env
-
source env/bin/activate
-
python setup.py develop
-
python manage.py test
stage
:
test
tags
:
-
python
-
test
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