Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyOTRS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Som Connexió
OTRS
PyOTRS
Commits
62d676ca
Commit
62d676ca
authored
8 years ago
by
Robert Habermann
Browse files
Options
Downloads
Patches
Plain Diff
add ci config
parent
cdf3baf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci.yml
+51
-0
51 additions, 0 deletions
gitlab-ci.yml
with
51 additions
and
0 deletions
gitlab-ci.yml
0 → 100644
+
51
−
0
View file @
62d676ca
before_script
:
-
pip install tox setuptools
cache
:
paths
:
-
/root/.cache
stages
:
-
style
-
test
-
package
py34
:
stage
:
test
image
:
python:2.7
script
:
-
tox -e py34
py34
:
stage
:
test
image
:
python:3.4
script
:
-
tox -e py34
py35
:
stage
:
test
image
:
python:3.5
script
:
-
tox -e py35
pep8
:
image
:
python:latest
stage
:
style
script
:
-
tox -e pep8
wheel
:
image
:
python:3.4
stage
:
package
script
:
tox -e wheel
artifacts
:
paths
:
-
dist/
sdist
:
image
:
python:3.4
stage
:
package
script
:
tox -e sdist
artifacts
:
paths
:
-
dist/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment