Skip to content

Commit 9020b8e

Browse files
committed
Merge pull request #28 from ets-labs/20-drop_python32_support
Issue #20: Drop support of Python 3.2 resolved
2 parents 2e84f1e + c8ed8b0 commit 9020b8e

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
- TOXENV=pep257
1212
- TOXENV=py26
1313
- TOXENV=py27
14-
- TOXENV=py32
1514
- TOXENV=py33
1615
- TOXENV=py34
1716
- TOXENV=py35

domain_models/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
"""Domain models."""
22

3-
4-
VERSION = '0.0.2'
3+
VERSION = '0.0.3'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def run(self):
7979
'Programming Language :: Python :: 2.6',
8080
'Programming Language :: Python :: 2.7',
8181
'Programming Language :: Python :: 3',
82-
'Programming Language :: Python :: 3.2',
8382
'Programming Language :: Python :: 3.3',
8483
'Programming Language :: Python :: 3.4',
8584
'Programming Language :: Python :: 3.5',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist=
3-
coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3
3+
coveralls, pylint, flake8, pep257, py26, py27, py33, py34, py35, pypy, pypy3
44

55
[testenv]
66
whitelist_externals=

0 commit comments

Comments
 (0)