Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Nathan Graule
call
Commits
7aad4b61
Commit
7aad4b61
authored
Aug 07, 2018
by
Nathan Graule
💻
Browse files
Add typing on python 2 jobs
parent
fa9f481b
Pipeline
#27344518
failed with stages
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
7aad4b61
...
...
@@ -16,7 +16,7 @@ build:py2:
stage
:
build
image
:
python:2.7.15-alpine
before_script
:
-
pip install wheel
-
pip install wheel
typing
-
python -V
script
:
-
pip wheel .
...
...
@@ -40,7 +40,7 @@ test:py2:
stage
:
build
image
:
python:2.7-alpine
before_script
:
-
pip install nose
-
pip install nose
typing
-
python -V
script
:
-
nosetests tests
...
...
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