From 243510971fc0538b3de0ef1818e09b6a71c6d23e Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Fri, 20 Jan 2017 20:10:44 +0000 Subject: [PATCH] There should be tests but there are not. --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 813d06a..647a86e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab