You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
CircleCI try 11
This commit is contained in:
@@ -58,14 +58,14 @@ jobs:
|
||||
PATH: "/home/circleci/bin:/home/circleci/shims:/home/circleci/.pyenv/bin:/home/circleci/.local/bin:/usr/local/bin:/usr/bin:/bin"
|
||||
working_directory: ~/rocky/python-uncompyle6
|
||||
command:
|
||||
python ./setup.py develop && make check-2.7
|
||||
sudo python ./setup.py develop && make check-2.7
|
||||
- run:
|
||||
environment:
|
||||
PYENV_ROOT: "/home/circleci/.pyenv"
|
||||
PATH: "/home/circleci/bin:/home/circleci/shims:/home/circleci/.pyenv/bin:/home/circleci/.local/bin:/usr/local/bin:/usr/bin:/bin"
|
||||
working_directory: ~/rocky/python-uncompyle6
|
||||
command:
|
||||
cd ./test/stdlib && bash ./runtests.sh 'test_[p-z]*.py'
|
||||
&& bash ./runtests.sh 'test_[p-z]*.py'
|
||||
# Teardown
|
||||
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
|
||||
# Save test results
|
||||
|
Reference in New Issue
Block a user