You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Update CI to use git xdis
This commit is contained in:
@@ -36,9 +36,12 @@ jobs:
|
|||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v2-dependencies-
|
- v2-dependencies-
|
||||||
|
|
||||||
- run: pip install --user --upgrade setuptools
|
- run:
|
||||||
- run: pip install --user -e .
|
command: | # Use pip int install dependengcies
|
||||||
- run: pip install --user -r requirements-dev.txt
|
pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
|
||||||
|
pip install --user --upgrade setuptools
|
||||||
|
pip install --user -e .
|
||||||
|
pip install --user -r requirements-dev.txt
|
||||||
|
|
||||||
# Save dependency cache
|
# Save dependency cache
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
@@ -13,6 +13,7 @@ matrix:
|
|||||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
@@ -69,7 +69,7 @@ entry_points = {
|
|||||||
]}
|
]}
|
||||||
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.6.1, < 4.7.0"]
|
"xdis >= 4.6.1, < 4.8.0"]
|
||||||
|
|
||||||
license = "GPL3"
|
license = "GPL3"
|
||||||
mailing_list = "python-debugger@googlegroups.com"
|
mailing_list = "python-debugger@googlegroups.com"
|
||||||
|
Reference in New Issue
Block a user