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 5ed7bb4 commit 8eedbd4Copy full SHA for 8eedbd4
.circleci/config.yml
@@ -23,9 +23,7 @@ jobs:
23
# 'See docs on artifact collection here https://circleci.com/docs/2.0/artifacts/'
24
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
25
# This is based on your 1.0 configuration file or project settings
26
- - run:
27
- working_directory: ~/rocky/python-xdis
28
- command: sudo pip install nose && sudo pip install pep8
+ - run: sudo /usr/local/bin/python -m pip install --upgrade pip'
29
- run: sudo pip install -e .
30
- run: sudo pip install -r requirements-dev.txt
31
0 commit comments