mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-02-18 20:29:14 +00:00
Let's try Python 2.7.15 on CI
This commit is contained in:
parent
43646b3c71
commit
fb117713cf
@ -42,7 +42,7 @@ jobs:
|
||||
# This is based on your 1.0 configuration file or project settings
|
||||
- run:
|
||||
working_directory: ~/rocky/python-uncompyle6
|
||||
command: pyenv install 2.7.13 && pyenv local 2.7.13 && pyenv rehash && pip install virtualenv && pip install nose && pip install pep8 && pip install six && pyenv rehash
|
||||
command: pyenv install 2.7.15 && pyenv local 2.7.15 && pyenv rehash && pip install virtualenv && pip install nose && pip install pep8 && pip install six && pyenv rehash
|
||||
# Dependencies
|
||||
# This would typically go in either a build or a build-and-test job when using workflows
|
||||
# Restore the dependency cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user