Merge pull request #84 from oberstet/update-readme

update README; activate tox for cpy3.5 (trying ..)
This commit is contained in:
Tobias Oberstein 2016-12-29 15:38:31 +01:00 committed by GitHub
commit be0321a581
2 changed files with 13 additions and 17 deletions

View File

@ -31,10 +31,10 @@ env:
- TOX_ENV=py34-twtrunk
- TOX_ENV=py34-asyncio
#- TOX_ENV=py35-tw154
#- TOX_ENV=py35-tw165
#- TOX_ENV=py35-twtrunk
#- TOX_ENV=py35-asyncio
# - TOX_ENV=py35-tw154
# - TOX_ENV=py35-tw165
# - TOX_ENV=py35-twtrunk
# - TOX_ENV=py35-asyncio
script:
- tox -c tox.ini -e $TOX_ENV

View File

@ -1,7 +1,7 @@
txaio
=====
| |Version| |Downloads| |Build Status| |Coverage| |Docs|
| |Version| |Build Status| |Coverage| |Docs|
--------------
@ -24,11 +24,11 @@ Platform support
**txaio** runs on CPython 2.7/3.3+ and PyPy 2, on top of Twisted or asyncio. Specifically, **txaio** is tested on the following platforms:
* CPython 2.7 on Twisted 12.1, 13.2, 15.4, trunk and Trollius 2.0
* CPython 3.3 on Twisted 15.4, trunk and Trollius 2.0
* CPython 3.4 on Twisted 15.4, trunk and asyncio (stdlib)
* CPython 3.5 on Twisted 15.4, trunk and asyncio (stdlib)
* PyPy 2.5 on Twisted 12.1, 13.2, 15.4, trunk and Trollius 2.0
* CPython 2.7 on Twisted 12.1, 13.2, 15.4, 16.5, trunk and on Trollius 2.0
* CPython 3.3 on Twisted 15.4, 16.5, trunk and on Trollius 2.0
* CPython 3.4 on Twisted 15.4, 16.5, trunk and on asyncio (stdlib)
* CPython 3.5 on Twisted 15.4, 16.5, trunk and on asyncio (stdlib)
* PyPy 2 on Twisted 12.1, 13.2, 15.4, 16.5, trunk and on Trollius 2.0
How it works
@ -59,16 +59,12 @@ Code like the following can then run on *either* system:
txaio.resolve(f0, "value")
txaio.reject(f1, RuntimeError("it failed"))
Please refer to the `documentation <https://txaio.readthedocs.io/en/latest/>`_ for description and usage of the library features.
.. |Version| image:: https://img.shields.io/pypi/v/txaio.svg
:target: https://pypi.python.org/pypi/txaio
.. |Downloads| image:: https://img.shields.io/pypi/dm/txaio.svg
:target: https://pypi.python.org/pypi/txaio
.. |GitHub Stars| image:: https://img.shields.io/github/stars/crossbario/txaio.svg?style=social&label=Star
:target: https://github.com/crossbario/txaio
.. |Master Branch| image:: https://img.shields.io/badge/branch-master-orange.svg
:target: https://travis-ci.org/crossbario/txaio.svg?branch=master
@ -79,4 +75,4 @@ Code like the following can then run on *either* system:
:target: https://codecov.io/github/crossbario/txaio
.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: http://txaio.readthedocs.org/en/latest/
:target: https://txaio.readthedocs.io/en/latest/