You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
TravisCI: try to get xdis from github
This commit is contained in:
@@ -14,6 +14,7 @@ matrix:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
- pip install git+git://github.com/rocky/python-xdis.git#egg=xdis-4.3.3
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@@ -57,8 +57,8 @@ entry_points = {
|
|||||||
"pydisassemble=uncompyle6.bin.pydisassemble:main",
|
"pydisassemble=uncompyle6.bin.pydisassemble:main",
|
||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ["spark-parser >= 1.8.9, < 1.9.0", ]
|
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
|
||||||
# "xdis >= 4.3.2, < 4.4.0"]
|
"xdis >= 4.3.2, < 4.4.0"]
|
||||||
|
|
||||||
license = "GPL3"
|
license = "GPL3"
|
||||||
mailing_list = "python-debugger@googlegroups.com"
|
mailing_list = "python-debugger@googlegroups.com"
|
||||||
|
1
setup.py
1
setup.py
@@ -39,6 +39,5 @@ setup(
|
|||||||
test_suite = 'nose.collector',
|
test_suite = 'nose.collector',
|
||||||
url = web,
|
url = web,
|
||||||
tests_require = ['nose>=1.0'],
|
tests_require = ['nose>=1.0'],
|
||||||
dependency_links =['http://github.com/rocky/python-xdis/tarball/master#egg=xdis-4.3.3'],
|
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
zip_safe = zip_safe)
|
zip_safe = zip_safe)
|
||||||
|
Reference in New Issue
Block a user