diff --git a/.circleci/config.yml b/.circleci/config.yml index d332c5d2..83f1f38a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,6 @@ version: 2 jobs: build: - working_directory: ~/rocky/python-uncompyle6 parallelism: 1 shell: /bin/bash --login # CircleCI 2.0 does not support environment variables that refer to each other the same way as 1.0 did. @@ -52,14 +51,8 @@ jobs: # Test # 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: - working_directory: ~/rocky/python-uncompyle6 - command: - sudo python ./setup.py develop && make check-2.7 - - run: - working_directory: ~/rocky/python-uncompyle6/test - command: - bash ./runtests.sh 'test_[p-z]*.py' + - run: sudo python ./setup.py develop && make check-2.7 + - 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