Skip to content
Snippets Groups Projects
Commit 24351097 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

There should be tests but there are not.

parent 94aa158c
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ test:2.7:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.3:
image: python:3.3-alpine
......@@ -21,7 +21,7 @@ test:3.3:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.4:
image: python:3.4-alpine
......@@ -31,7 +31,7 @@ test:3.4:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.5:
image: python:3.5-alpine
......@@ -41,7 +41,7 @@ test:3.5:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:3.6:
image: python:3.6-alpine
......@@ -51,7 +51,7 @@ test:3.6:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
test:pypy-2:
image: pypy:2
......@@ -60,7 +60,7 @@ test:pypy-2:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=zone2gandi tests
# - py.test --cov=zone2gandi tests
# TODO(lyda): Fix test coverage here.
test:pypy-3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment