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

- Don't test on Python 3.2, not supported by Pygments.

parent 545e16dc
No related branches found
No related tags found
No related merge requests found
--- ---
language: python language: python
python: ["2.7", "3.2", "3.3", "3.4", "3.5"] python: ["2.7", "3.3", "3.4", "3.5"]
dist: trusty dist: trusty
sudo: false sudo: false
cache: cache:
- pip - pip
matrix:
allow_failures:
- python: "3.2"
install: install:
- pip install tox-travis - pip install tox-travis
......
...@@ -79,7 +79,6 @@ at: https://www.shore.co.il/git/. ...@@ -79,7 +79,6 @@ at: https://www.shore.co.il/git/.
TODO TODO
---- ----
- Fix Travis CI test on Python 3.2 (https://travis-ci.org/adarnimrod/template/jobs/187388235).
- 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