Skip to content

Commit 6ec6ecd

Browse files
committed
minor updates
1 parent 620807a commit 6ec6ecd

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.3"
88
- "3.4"
99
- "3.5"
10+
- "3.6"
1011
- "pypy"
1112

1213
install:
@@ -31,10 +32,3 @@ after_success:
3132
- codecov
3233

3334
script: tox -e $TOX_ENV
34-
35-
before_cache:
36-
- rm -rf $HOME/.cache/pip/log
37-
38-
cache:
39-
directories:
40-
- $HOME/.cache/pip

CHANGELOG

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
1.5 (dev)
22
---------
33
* add support for 'globbing' package version and enviromnent variables
4-
* dropped python 2.6 support
54
* add python 3.5 and 3.6 support
65

76
1.4

README.rst

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ pytest-echo
55
:target: http://badge.fury.io/py/pytest-echo
66
:alt: PyPI package
77

8-
.. image:: https://travis-ci.org/saxix/pytest-echo.svg?branch=master
9-
:target: https://travis-ci.org/saxix/pytest-echo
10-
:alt: Travis CI build status (Linux)
11-
12-
.. image:: https://codecov.io/github/saxix/pytest-echo/coverage.svg?branch=master
13-
:target: https://codecov.io/github/saxix/pytest-echo?branch=master
14-
:alt: Code Coverage
15-
16-
178
.. image:: https://readthedocs.org/projects/pytest-echo/badge/?version=latest
189
:target: https://readthedocs.org/projects/pytest-echo/?badge=latest
1910
:alt: Documentation Status
@@ -134,6 +125,10 @@ Example of use in a django project:
134125
Links
135126
~~~~~
136127

128+
+--------------------+----------------+--------------+-----------------+
129+
| Stable | |master-build| | |master-cov| | |master-doc| |
130+
+--------------------+----------------+--------------+-----------------+
131+
| Development | |dev-build| | |dev-cov| | |dev-doc| |
137132
+--------------------+-------------------------------------------------+
138133
| Project home page: |https://github.com/saxix/pytest-echo |
139134
+--------------------+-------------------------------------------------+
@@ -145,3 +140,24 @@ Links
145140
+--------------------+-------------------------------------------------+
146141
| Documentation: |https://pytest-echo.readthedocs.org/en/latest/ |
147142
+--------------------+-------------------------------------------------+
143+
144+
145+
.. |master-build| image:: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=master
146+
:target: http://travis-ci.org/saxix/pytest-echo/
147+
148+
.. |master-cov| image:: https://codecov.io/gh/saxix/pytest-echo/branch/master/graph/badge.svg
149+
:target: https://codecov.io/gh/saxix/pytest-echo
150+
151+
.. |master-doc| image:: http://pytest-echo.readthedocs.io/en/latest/?badge=stable
152+
:target: http://pytest-echo.readthedocs.io/en/stable/
153+
154+
.. |dev-build| image:: https://secure.travis-ci.org/saxix/pytest-echo.png?branch=develop
155+
:target: http://travis-ci.org/saxix/pytest-echo/
156+
157+
.. |dev-cov| image:: https://codecov.io/gh/saxix/pytest-echo/branch/develop/graph/badge.svg
158+
:target: https://codecov.io/gh/saxix/pytest-echo
159+
160+
.. |dev-doc| image:: http://pytest-echo.readthedocs.io/en/latest/?badge=latest
161+
:target: http://pytest-echo.readthedocs.io/en/latest/
162+
163+

0 commit comments

Comments
 (0)