From 88b2be70d255a847fcdbe469862548ccaead4665 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 6 Feb 2020 05:22:48 -0500 Subject: [PATCH] CircleCI again --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c91fb51f..f9e6db94 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: # This is based on your 1.0 configuration file or project settings - run: working_directory: ~/rocky/python-uncompyle6 - command: pip install --user virtualenv && pip install --user nose && pip install --user pep8 && pyenv rehash + command: pip install --user virtualenv && pip install --user nose && pip install --user pep8 # Dependencies # This would typically go in either a build or a build-and-test job when using workflows # Restore the dependency cache @@ -58,7 +58,7 @@ jobs: # This would typically be a build job when using workflows, possibly combined with build # This is based on your 1.0 configuration file or project settings - run: python ./setup.py develop && make check-3.6 - - run: cd ./test/stdlib && pyenv local 3.6.9 && bash ./runtests.sh 'test_[p-z]*.py' + - run: cd ./test/stdlib && 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