We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d611b commit 43fde21Copy full SHA for 43fde21
.travis.yml
@@ -1,13 +1,10 @@
1
dist: xenial
2
language: python
3
python:
4
- - "3.4"
5
- "3.5"
6
- "3.6"
7
- "3.7"
8
env:
9
- - PYLINT=1.9.2
10
- - PYLINT=1.9.3
11
- PYLINT=2.0.0
12
- PYLINT=2.1.1
13
- PYLINT=2.2.2
setup.py
@@ -12,8 +12,6 @@
'Intended Audience :: Developers',
'Operating System :: Unix',
14
'Topic :: Software Development :: Quality Assurance',
15
- 'Programming Language :: Python :: 3.3',
16
- 'Programming Language :: Python :: 3.4',
17
'Programming Language :: Python :: 3.5',
18
'Programming Language :: Python :: 3.6',
19
'Programming Language :: Python :: 3.7',
0 commit comments