Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
Z
zone2gandi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
zone2gandi
Commits
6920a230
Commit
6920a230
authored
Jan 21, 2017
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Don't test 3.5/3.6 for now.
parent
5d13c631
Branches
master
Tags
v0.1.3
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-12
13 additions, 12 deletions
.gitlab-ci.yml
zone2gandi/zone2gandi.py
+1
-1
1 addition, 1 deletion
zone2gandi/zone2gandi.py
with
14 additions
and
13 deletions
.gitlab-ci.yml
+
13
−
12
View file @
6920a230
...
@@ -30,20 +30,21 @@ test:3.4:
...
@@ -30,20 +30,21 @@ test:3.4:
-
python setup.py test
-
python setup.py test
# - py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.5
:
# TODO: PyYAML fails to build under 3.5/3.6. Need to find out why.
image
:
python:3.5
#test:3.5:
type
:
test
# image: python:3.5
script
:
# type: test
-
python setup.py install
# script:
-
python setup.py test
# - python setup.py install
# - python setup.py test
# - py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.6
:
#
test:3.6:
image
:
python:3.6
#
image: python:3.6
type
:
test
#
type: test
script
:
#
script:
-
python setup.py install
#
- python setup.py install
-
python setup.py test
#
- python setup.py test
# - py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:pypy-2
:
test:pypy-2
:
...
...
...
...
This diff is collapsed.
Click to expand it.
zone2gandi/zone2gandi.py
+
1
−
1
View file @
6920a230
...
@@ -12,7 +12,7 @@ try:
...
@@ -12,7 +12,7 @@ try:
except
ImportError
as
_
:
except
ImportError
as
_
:
import
xmlrpc
as
xmlrpclib
import
xmlrpc
as
xmlrpclib
__version__
=
"
0.1.
2
"
__version__
=
"
0.1.
3
"
def
main
():
def
main
():
...
...
...
...
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
sign in
to comment