Skip to content

Commit

Permalink
Fix tox -e check problems
Browse files Browse the repository at this point in the history
  • Loading branch information
babky committed Jun 14, 2017
1 parent bd0722d commit a52c2ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
35 changes: 16 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Overview
.. start-badges
.. list-table::
:stub-columns: 1
:stub-columns: 1

* - docs
- |docs|
Expand All @@ -17,40 +17,40 @@ Overview
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/zsl_openapi/badge/?style=flat
:target: https://readthedocs.org/projects/zsl_openapi
:target: https://readthedocs.org/projects/zsl_openapi
:alt: Documentation Status

.. |travis| image:: https://travis-ci.org/AtteqCom/zsl_openapi.svg?branch=master
:alt: Travis-CI Build Status
:alt: Travis-CI Build Status
:target: https://travis-ci.org/AtteqCom/zsl_openapi

.. |coveralls| image:: https://coveralls.io/repos/AtteqCom/zsl_openapi/badge.svg?branch=master&service=github
:alt: Coverage Status
:alt: Coverage Status
:target: https://coveralls.io/r/AtteqCom/zsl_openapi

.. |codecov| image:: https://codecov.io/github/AtteqCom/zsl_openapi/coverage.svg?branch=master
:alt: Coverage Status
:alt: Coverage Status
:target: https://codecov.io/github/AtteqCom/zsl_openapi

.. |version| image:: https://img.shields.io/pypi/v/zsl-openapi.svg
:alt: PyPI Package latest release
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/zsl-openapi

.. |commits-since| image:: https://img.shields.io/github/commits-since/AtteqCom/zsl_openapi/v0.1.1.svg
:alt: Commits since latest release
:target: https://github.com/AtteqCom/zsl_openapi/compare/v0.1.1...master
:alt: Commits since latest release
:target: https://github.com/AtteqCom/zsl_openapi/compare/v0.1.1...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/zsl-openapi.svg
:alt: PyPI Wheel
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/zsl-openapi

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/zsl-openapi.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/zsl-openapi
:alt: Supported versions
:target: https://pypi.python.org/pypi/zsl-openapi

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/zsl-openapi.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/zsl-openapi
:alt: Supported implementations
:target: https://pypi.python.org/pypi/zsl-openapi


.. end-badges
Expand Down Expand Up @@ -86,8 +86,6 @@ Then you may use CLI `open_api` command.
--output api/openapi_spec_full.yml \
--description api/openapi_spec.yml



Documentation
=============

Expand All @@ -107,11 +105,11 @@ To run the all tests run::
Note, to combine the coverage data from all the tox environments run:

.. list-table::
:widths: 10 90
:widths: 10 90
:stub-columns: 1

- - Windows
- ::
- - Windows
- ::

set PYTEST_ADDOPTS=--cov-append
tox
Expand All @@ -121,4 +119,3 @@ Note, to combine the coverage data from all the tox environments run:

PYTEST_ADDOPTS=--cov-append tox


1 change: 0 additions & 1 deletion tests/test_model_definitions_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ def thenApiDescriptionShouldBeCorrect(self, description):
self.assertEquals("created", created_property.name, "Created property must have the correct name")
self.assertEquals("string", created_property.type, "Created property must have the correct type")
self.assertEquals("date-time", created_property.format, "Created property must have date-time format")

0 comments on commit a52c2ea

Please sign in to comment.