Skip to content

Commit 76fde8b

Browse files
committed
stop python 3.2 tests
Change-Id: Iea9e3020b73deefdf5ac978f7912748c03337ef7
1 parent a01c5e0 commit 76fde8b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

docs/source/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dev
1515
Clay McClure (:bbuser:`claymcclure`).
1616
- Fix handling for project directory argument ``-a`` to
1717
:ref:`command-mkvirtualenv`, based on work by Xupeng Yun.
18+
- Dropped python 3.2 testing.
1819

1920
4.1.1
2021
=====

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifier =
1313
Programming Language :: Python :: 2.6
1414
Programming Language :: Python :: 2.7
1515
Programming Language :: Python :: 3
16-
Programming Language :: Python :: 3.2
1716
Programming Language :: Python :: 3.3
1817
Intended Audience :: Developers
1918
Environment :: Console

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py26,py32,py33,zsh,ksh,style
2+
envlist = py27,py26,py33,zsh,ksh,style
33

44
[testenv]
55
commands = bash ./tests/run_tests {envdir} []
@@ -31,11 +31,6 @@ setenv =
3131
SHELL = /bin/bash
3232
commands = bash ./tests/run_tests {envdir} []
3333

34-
[testenv:py32]
35-
setenv =
36-
SHELL = /bin/bash
37-
commands = bash ./tests/run_tests {envdir} []
38-
3934
[testenv:py33]
4035
setenv =
4136
SHELL = /bin/bash

0 commit comments

Comments
 (0)