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

Removed Python 3.2, 3.3 (passed eol).

parent a4d8dcd6
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", "3.6"] python: ["2.7", "3.4", "3.5", "3.6"]
dist: trusty dist: trusty
sudo: false sudo: false
cache: cache:
......
...@@ -82,8 +82,6 @@ at: https://www.shore.co.il/git/. ...@@ -82,8 +82,6 @@ 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/).
...@@ -4,8 +4,6 @@ envlist = py{2,3},docs,bandit,pre-commit ...@@ -4,8 +4,6 @@ envlist = py{2,3},docs,bandit,pre-commit
[travis] [travis]
python = python =
2.7: py2 2.7: py2
3.2: py3
3.3: py3
3.4: py3 3.4: py3
3.5: py3 3.5: py3
3.6: py3 3.6: py3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment