File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,9 @@ dist: xenial
33language : python
44matrix :
55 include :
6- - name : " Python 2.6 Trusty AMD64"
7- python : 2.6
8- dist : trusty
96 - name : " Python 2.7 Xenial AMD64"
107 python : 2.7
118 dist : xenial
12- - name : " Python 3.2 Trusty AMD64"
13- python : 3.2
14- dist : trusty
15- - name : " Python 3.3 Trusty AMD64"
16- python : 3.3
17- dist : trusty
189 - name : " Python 3.4 Xenial AMD64"
1910 python : 3.4
2011 dist : xenial
Original file line number Diff line number Diff line change @@ -207,10 +207,7 @@ def my_test_suite():
207207 'Operating System :: POSIX' ,
208208 'Programming Language :: C' ,
209209 'Programming Language :: Python' ,
210- 'Programming Language :: Python :: 2.6' ,
211210 'Programming Language :: Python :: 2.7' ,
212- 'Programming Language :: Python :: 3.2' ,
213- 'Programming Language :: Python :: 3.3' ,
214211 'Programming Language :: Python :: 3.4' ,
215212 'Programming Language :: Python :: 3.5' ,
216213 'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments