File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,12 @@ language: python
22sudo : false
33matrix :
44 include :
5- - python : 3.2
6- - python : 3.3
75 - python : 3.4
86 - python : 3.5
97 - python : 3.6
108 - python : nightly
119 - python : pypy3
1210 allow_failures :
13- - python : 3.2
1411 - python : nightly
1512before_install :
1613- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ def run_tests(self):
6868 'Intended Audience :: Developers' ,
6969 "Topic :: Software Development :: Libraries :: Python Modules" ,
7070 "Operating System :: OS Independent" ,
71- 'Programming Language :: Python :: 3.3' ,
7271 'Programming Language :: Python :: 3.4' ,
7372 'Programming Language :: Python :: 3.5' ,
7473 'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments