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 3787c2d commit f404537Copy full SHA for f404537
.travis.yml
@@ -2,15 +2,12 @@ language: python
2
sudo: false
3
matrix:
4
include:
5
- - python: 3.2
6
- - python: 3.3
7
- python: 3.4
8
- python: 3.5
9
- python: 3.6
10
- python: nightly
11
- python: pypy3
12
allow_failures:
13
14
15
before_install:
16
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
setup.py
@@ -68,7 +68,6 @@ def run_tests(self):
68
'Intended Audience :: Developers',
69
"Topic :: Software Development :: Libraries :: Python Modules",
70
"Operating System :: OS Independent",
71
- 'Programming Language :: Python :: 3.3',
72
'Programming Language :: Python :: 3.4',
73
'Programming Language :: Python :: 3.5',
74
'Programming Language :: Python :: 3.6',
0 commit comments