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
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
03164336
Commit
03164336
authored
Feb 01, 2018
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Linux tags to .gitlab-ci.yml
parent
4e09494e
Pipeline
#6117
failed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
03164336
test-3.5
:
test-3.5
:
tags
:
-
Linux
script
:
script
:
-
virtualenv --clear -p python3.5 .
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
source bin/activate
...
@@ -7,6 +9,8 @@ test-3.5:
...
@@ -7,6 +9,8 @@ test-3.5:
-
python -m unittest discover
-
python -m unittest discover
test-2.7
:
test-2.7
:
tags
:
-
Linux
script
:
script
:
-
virtualenv --clear -p python2.7 .
-
virtualenv --clear -p python2.7 .
-
source bin/activate
-
source bin/activate
...
...
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