Skip to content

Commit

Permalink
Test and support Python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Sep 20, 2015
1 parent 59b6cc5 commit ff441c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=flake8
# Disable coverage until coveralls is fixed. See https://github.com/lemurheavy/coveralls-public/issues/522.
# Disable coverage until coveralls is fixed. See https://github.com/lemurheavy/coveralls-public/issues/522.
# - TOX_ENV=cover
- TOX_ENV=language_ar
- TOX_ENV=language_de
Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ Installation

handroll is available for download from `PyPI
<https://pypi.python.org/pypi/handroll>`_. You can install it with ``pip``.
handroll is currently supported on Python 2.6, 2.7, 3.3, 3.4, and PyPy.
handroll is currently supported on Python
2.6,
2.7,
3.3,
3.4,
3.5,
and PyPy.

.. code-block:: bash
Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Version 2.1, In Development
* Translated to Arabic.
* Relax the frontmatter requirement and don't force the
inclusion of the YAML directive (e.g., ``%YAML 1.1``).
* Support Python 3.5.

Version 2.0, Released July 25, 2015
-----------------------------------
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist = py26
py27
py33
py34
py35
pypy
flake8
cover
Expand Down

0 comments on commit ff441c2

Please sign in to comment.