We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4becb4 commit dac4592Copy full SHA for dac4592
.circleci/config.yml
@@ -64,7 +64,7 @@ jobs:
64
# Test
65
# This would typically be a build job when using workflows, possibly combined with build
66
# This is based on your 1.0 configuration file or project settings
67
- - run: sudo python ./setup.py develop && make check-3.6
+ - run: sudo pip install -e && make check-3.6
68
- run: cd ./test/stdlib && bash ./runtests.sh 'test_[p-z]*.py'
69
# Teardown
70
# 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
0 commit comments