Skip to content
Snippets Groups Projects
Commit cb6c8b0d authored by nimrod's avatar nimrod
Browse files

- Allow Python 3.2 to fail again (Jinja doesn't test on Python 3.2 so there...

- Allow Python 3.2 to fail again (Jinja doesn't test on Python 3.2 so there may be no recurse but to remove testing on Python 3.2).
parent fa664cff
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ matrix: ...@@ -9,6 +9,8 @@ matrix:
include: include:
- python: "3.5" - python: "3.5"
env: TOXENV=docs env: TOXENV=docs
allow_failures:
- python: "3.2"
install: install:
- pip install tox-travis - pip install tox-travis
......
...@@ -46,7 +46,8 @@ The following Jinja filters were added: ...@@ -46,7 +46,8 @@ The following Jinja filters were added:
- :code:`pprint`: Pretty print variable. - :code:`pprint`: Pretty print variable.
- :code:`combine`: Combine 2 dictionaries. - :code:`combine`: Combine 2 dictionaries.
Example usage can be seen in :code:`tests.sh`. Example usage can be seen in :code:`tests.sh` and for specific filters in the
docstrings in :code:`template/filters.py`.
Testing Testing
------- -------
...@@ -79,6 +80,8 @@ at: https://www.shore.co.il/git/. ...@@ -79,6 +80,8 @@ at: https://www.shore.co.il/git/.
TODO TODO
---- ----
- Fix test failure on Python 3.2
(https://travis-ci.org/adarnimrod/template/jobs/194581463).
- Release on tagged commits to PyPI in Travis CI - Release on tagged commits to PyPI in Travis CI
(https://docs.travis-ci.com/user/deployment/pypi/ and (https://docs.travis-ci.com/user/deployment/pypi/ and
https://docs.travis-ci.com/user/encryption-keys/). https://docs.travis-ci.com/user/encryption-keys/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment