Skip to content

Commit b774efb

Browse files
author
Carl
committed
Ditching Py2 due to pylint having done the same
1 parent 2961b9e commit b774efb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
3-
- "2.7"
43
- "3.4"
54
- "3.5"
65
- "3.6"
76
env:
8-
- PYLINT=1.8.1
7+
- PYLINT=1.9.2
98
- PYLINT=github
109
install:
1110
- |

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: UTF-8 -*-
22
from setuptools import find_packages, setup
33

4-
_version = "0.2.7"
4+
_version = "0.3"
55
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
66

77
_short_description = "Utilities and helpers for writing Pylint plugins"
@@ -12,8 +12,6 @@
1212
'Intended Audience :: Developers',
1313
'Operating System :: Unix',
1414
'Topic :: Software Development :: Quality Assurance',
15-
'Programming Language :: Python :: 2.6',
16-
'Programming Language :: Python :: 2.7',
1715
'Programming Language :: Python :: 3.3',
1816
'Programming Language :: Python :: 3.4',
1917
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)