Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
b7dd94fa
Unverified
Commit
b7dd94fa
authored
Apr 02, 2017
by
David Haynes
🙆
Browse files
ci: Run builds against 3.5 & 3.6
- ctrl-c ctrl-v from Go Signed-off-by:
David Haynes
<
dhaynes3@gmu.edu
>
parent
6af96d56
Pipeline
#1208
passed with stage
in 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b7dd94fa
...
...
@@ -15,5 +15,17 @@ whats-open-py2.7:
type
:
test
script
:
-
python manage.py test
whats-open-py3.5
:
image
:
library/python:3.5
type
:
test
script
:
-
python manage.py test
whats-open-py3.6
:
image
:
library/python:3.6
type
:
test
script
:
-
python manage.py test
-
coverage run --source=website --omit=*migrations/*,*admin.py,*__init__.py,*.pyc manage.py test
-
coverage html -i && grep pc_cov htmlcov/index.html | egrep -o "[0-9]+\%" | awk '{ print "covered " $1;}'
Write
Preview
Markdown
is supported
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