Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
remove official support for python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stavxyz committed Aug 27, 2017
1 parent 959da59 commit e3c71e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Expand Up @@ -6,7 +6,6 @@ machine:
TOX_PY: '2.7.11'
TOX_PY26: '2.6.8'
TOX_PY27: '2.7.9'
TOX_PY32: '3.2.5'
TOX_PY33: '3.3.3'
TOX_PY34: '3.4.3'
TOX_PY35: '3.5.0'
Expand All @@ -17,7 +16,7 @@ dependencies:
- pip install -U pip
- pip install -U tox
- pip install -U .
- pyenv local $TOX_PY35 $TOX_PY34 $TOX_PY33 $TOX_PY32 $TOX_PY27 $TOX_PY26 $TOX_PYPY
- pyenv local $TOX_PY35 $TOX_PY34 $TOX_PY33 $TOX_PY27 $TOX_PY26 $TOX_PYPY

test:
override:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -57,7 +57,6 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = style,py,py26,py27,py32,py33,py34,py35,pypy
envlist = style,py,py26,py27,py33,py34,py35,pypy

[testenv]
whitelist_externals = env
Expand Down

0 comments on commit e3c71e2

Please sign in to comment.