File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed
Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ environment:
44 matrix :
55 - PYTHON : " C:\\ Python27"
66 PYTHON_VERSION : " py27-x86"
7- - PYTHON : " C:\\ Python33"
8- PYTHON_VERSION : " py33-x86"
97 - PYTHON : " C:\\ Python34"
108 PYTHON_VERSION : " py34-x86"
119 - PYTHON : " C:\\ Python35"
1210 PYTHON_VERSION : " py35-x86"
1311 - PYTHON : " C:\\ Python27-x64"
1412 PYTHON_VERSION : " py27-x64"
15- - PYTHON : " C:\\ Python33-x64"
16- PYTHON_VERSION : " py33-x64"
1713 - PYTHON : " C:\\ Python34-x64"
1814 PYTHON_VERSION : " py34-x64"
1915 - PYTHON : " C:\\ Python35-x64"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dist: trusty
33language : python
44python :
55 - " 2.7"
6- - " 3.3"
76 - " 3.4"
87 - " 3.5"
98 - " 3.6"
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def find_version(*file_paths):
4242 'Programming Language :: Python :: 2' ,
4343 'Programming Language :: Python :: 2.7' ,
4444 'Programming Language :: Python :: 3' ,
45- 'Programming Language :: Python :: 3.3' ,
4645 'Programming Language :: Python :: 3.4' ,
4746 'Programming Language :: Python :: 3.5' ,
4847 'Programming Language :: Python :: 3.6' ,
Original file line number Diff line number Diff line change 44; for quality analysis, use `tox -e flake8` or just `flake8 slackclient`
55; to build the docs, use `tox -e docs`
66envlist =
7- py{27,33, 34,35,36},
7+ py{27,34,35,36},
88 flake8,
99 docs
1010
You can’t perform that action at this time.
0 commit comments