You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
CircleCI again
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
# This is based on your 1.0 configuration file or project settings
|
# This is based on your 1.0 configuration file or project settings
|
||||||
- run:
|
- run:
|
||||||
working_directory: ~/rocky/python-uncompyle6
|
working_directory: ~/rocky/python-uncompyle6
|
||||||
command: pip install virtualenv && pip install nose && pip install pep8 && pyenv rehash
|
command: pip install --user virtualenv && pip install --user nose && pip install --user pep8 && pyenv rehash
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# This would typically go in either a build or a build-and-test job when using workflows
|
# This would typically go in either a build or a build-and-test job when using workflows
|
||||||
# Restore the dependency cache
|
# Restore the dependency cache
|
||||||
@@ -37,9 +37,9 @@ jobs:
|
|||||||
- v2-dependencies-
|
- v2-dependencies-
|
||||||
|
|
||||||
# This is based on your 1.0 configuration file or project settings
|
# This is based on your 1.0 configuration file or project settings
|
||||||
- run: pip install --upgrade setuptools
|
- run: pip install --user --upgrade setuptools
|
||||||
- run: pip install -e .
|
- run: pip install --user -e .
|
||||||
- run: pip install -r requirements-dev.txt
|
- run: pip install --user -r requirements-dev.txt
|
||||||
|
|
||||||
# Save dependency cache
|
# Save dependency cache
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
Reference in New Issue
Block a user