Skip to content

Commit

Permalink
Removed support for python 2.6. Fix #141
Browse files Browse the repository at this point in the history
  • Loading branch information
vlcinsky committed Apr 13, 2018
1 parent 55fe42a commit 76afc6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -84,12 +84,12 @@ def read(f):
'Natural Language :: English',
'License :: OSI Approved :: ISC License (ISCL)',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
),
cmdclass={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py33, py34, py35, py36
envlist = py27, py33, py34, py35, py36

[testenv]
commands =
Expand Down

0 comments on commit 76afc6f

Please sign in to comment.