You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
CI from xdis *branch*
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
- v2-dependencies-
|
||||
|
||||
- run: pip install --user --upgrade setuptools
|
||||
- run: pip install --user git+git://github.com/rocky/python-xdis.git#egg=xdis-4.4.1
|
||||
- run: pip install --user git+git://github.com/rocky/python-xdis.git@task/separate-dis#egg=xdis-4.4.1
|
||||
- run: pip install --user -e .
|
||||
- run: pip install --user -r requirements-dev.txt
|
||||
|
||||
|
@@ -13,7 +13,7 @@ matrix:
|
||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
|
||||
install:
|
||||
- pip install git+git://github.com/rocky/python-xdis.git#egg=xdis-4.3.3
|
||||
- pip install git+git://github.com/rocky/python-xdis.git@task/separate-dis#egg=xdis-4.3.3
|
||||
- pip install -e .
|
||||
- pip install -r requirements-dev.txt
|
||||
|
||||
|
Reference in New Issue
Block a user