Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
b2d6c8b0
Commit
b2d6c8b0
authored
Jul 22, 2020
by
Tom Pillot
Browse files
18.04 / python 3 / Debug already tested by doc-coverage
parent
44d1eb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
b2d6c8b0
...
...
@@ -811,7 +811,6 @@ class Robotpkg(NamedModel):
(
'16.04'
,
True
,
False
),
# 16.04 / python 3 / Release
(
'20.04'
,
True
,
False
),
# 20.04 / python 3 / Release
(
'18.04'
,
False
,
False
),
# 18.04 / python 2 / Release and 18.04 / no python / Release
(
'18.04'
,
True
,
True
),
# 18.04 / python 3 / Debug
):
print
(
target
,
py3
,
debug
)
valid
.
append
(
image
)
...
...
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