Skip to main content
Sign in
Snippets Groups Projects
Commit 6920a230 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Don't test 3.5/3.6 for now.

parent 5d13c631
Branches master
Tags v0.1.3
No related merge requests found
...@@ -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:
... ...
......
...@@ -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():
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment