Skip to content

Commit dac4592

Browse files
committed
Update CircleCI
1 parent f4becb4 commit dac4592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Test
6565
# This would typically be a build job when using workflows, possibly combined with build
6666
# This is based on your 1.0 configuration file or project settings
67-
- run: sudo python ./setup.py develop && make check-3.6
67+
- run: sudo pip install -e && make check-3.6
6868
- run: cd ./test/stdlib && bash ./runtests.sh 'test_[p-z]*.py'
6969
# Teardown
7070
# 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

Comments
 (0)