CircleCI again

This commit is contained in:
rocky
2020-02-06 05:21:45 -05:00
parent f743639bb6
commit 73de86728a

View File

@@ -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: