CircleCI try 11

This commit is contained in:
rocky
2020-02-09 10:42:28 -05:00
parent ef9c34098a
commit 07290bd443

View File

@@ -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" 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 working_directory: ~/rocky/python-uncompyle6
command: command:
python ./setup.py develop && make check-2.7 sudo python ./setup.py develop && make check-2.7
- run: - run:
environment: environment:
PYENV_ROOT: "/home/circleci/.pyenv" 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" 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 working_directory: ~/rocky/python-uncompyle6
command: command:
cd ./test/stdlib && bash ./runtests.sh 'test_[p-z]*.py' && bash ./runtests.sh 'test_[p-z]*.py'
# Teardown # 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 # 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 # Save test results