Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
4e09494e
Commit
4e09494e
authored
Feb 01, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gitlab-ci
parent
9fb07507
Pipeline
#6116
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
4e09494e
test-3.5
:
script
:
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
pip install -e .
-
cd tests
-
python -m unittest discover
test-2.7
:
script
:
-
virtualenv --clear -p python2.7 .
-
source bin/activate
-
pip install -e .
-
cd tests
-
python -m unittest discover
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