Skip to content

Commit

Permalink
remove unsupported versions / comments for them
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Jul 6, 2018
1 parent 51112cd commit b0dc5b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Expand Up @@ -7,14 +7,8 @@ matrix:
env: TOXENV=docs,lint
- python: "3.6"
env: TOXENV=docs,lint
# Do not test Python 2.6 anymore, it is unsupported
# - python: "2.6"
# env: TOXENV=py26,py26-datetime
- python: "2.7"
env: TOXENV=py27,py27-datetime
# Do not test Python 2.6 anymore, it is unsupported
# - python: "3.4"
# env: TOXENV=py34,py34-datetime
- python: "3.5"
env: TOXENV=py35,py35-datetime
- python: "3.6"
Expand All @@ -25,27 +19,13 @@ matrix:
env: TOXENV=py37,py37-datetime
- python: "3.8-dev"
env: TOXENV=py38,py38-datetime
- python: "pypy"
env: TOXENV=pypy
- python: "pypy3"
env: TOXENV=pypy
allow_failures:
# Do not test Python 2.6 anymore, it is unsupported
# - python: "2.6"
# env: TOXENV=py26,datetime
# Do not test Python 2.6 anymore, it is unsupported
# - python: "3.4"
# env: TOXENV=py34,datetime
- python: "3.7"
env: TOXENV=py37,py37-datetime
- python: "3.7-dev"
env: TOXENV=py37,py37-datetime
- python: "3.8-dev"
env: TOXENV=py38,py38-datetime
- python: "pypy"
env: TOXENV=pypy
- python: "pypy3"
env: TOXENV=pypy

install:
- travis_retry pip install -U pip setuptools
Expand Down
10 changes: 0 additions & 10 deletions appveyor.yml
Expand Up @@ -2,8 +2,6 @@

matrix:
allow_failures:
# - PROFILE: py26
# - PROFILE: py34
- PROFILE: py37
- PROFILE: py38

Expand All @@ -21,17 +19,9 @@ environment:
- PROFILE: py37-conventions
PYTHON_VERSION: 3.6"
TOXENV: "lint,docs"
# Do not test Python 2.6 anymore, it is unsupported
# - PROFILE: py26
# PYTHON_VERSION: 2.6"
# TOXENV: "py26,datetime"
- PROFILE: py27
PYTHON_VERSION: 2.7"
TOXENV: "py27,py27-datetime"
# Do not test Python 3.4 anymore, it is unsupported
# - PROFILE: py34
# PYTHON_VERSION: 3.4"
# TOXENV: "py34,py34-datetime"
- PROFILE: py35
PYTHON_VERSION: 3.5"
TOXENV: "py35,py35-datetime"
Expand Down

0 comments on commit b0dc5b5

Please sign in to comment.