Administrivia

See if appveyor will handle 2.5
This commit is contained in:
rocky
2017-06-03 05:53:41 -04:00
parent 61810172d1
commit 22e5a4a283
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ entry_points={
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
'xdis >= 3.3.1, < 3.4.0', 'six']
'xdis >= 3.3.1, < 3.4.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'

View File

@@ -15,8 +15,8 @@ environment:
# PYTHON_VERSION: "2.7.x"
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
- PYTHON: "C:\\Python25-x64"
PYTHON_VERSION: "2.5.x"
PYTHON_ARCH: "64"
# - PYTHON: "C:\\Python26"