We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29692b commit c321e3fCopy full SHA for c321e3f
3 files changed
.travis.yml
@@ -14,11 +14,6 @@ matrix:
14
- QT_VERSION=5
15
- DEPLOY_CONDA=true
16
os: linux
17
- - env:
18
- - PYTHON_VERSION=2.7
19
- - QT_VERSION=4
20
- - DEPLOY_CONDA=true
21
- os: linux
22
- env:
23
- PYTHON_VERSION=3.7
24
setup.py
@@ -40,8 +40,6 @@ def run_tests(self):
40
'Topic :: Scientific/Engineering :: GIS',
41
'Topic :: Scientific/Engineering',
42
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
43
- 'Programming Language :: Python :: 2',
44
- 'Programming Language :: Python :: 2.7',
45
'Programming Language :: Python :: 3',
46
'Programming Language :: Python :: 3.2',
47
'Programming Language :: Python :: 3.3',
tests/envs/environment_py2.7_qt4.yml
0 commit comments