Skip to content

Commit

Permalink
Update CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 12, 2024
1 parent f4becb4 commit f6f29da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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: sudo python ./setup.py develop && make check-3.6
- run: sudo python pip install -e && make check-3.6
- 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
Expand Down

0 comments on commit f6f29da

Please sign in to comment.