Skip to content

Commit

Permalink
issue #20: Drop support of Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Feb 10, 2016
1 parent 2e84f1e commit c8ed8b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
- TOXENV=pep257
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
Expand Down
3 changes: 1 addition & 2 deletions domain_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""Domain models."""


VERSION = '0.0.2'
VERSION = '0.0.3'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def run(self):
'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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3
coveralls, pylint, flake8, pep257, py26, py27, py33, py34, py35, pypy, pypy3

[testenv]
whitelist_externals=
Expand Down

0 comments on commit c8ed8b0

Please sign in to comment.