Skip to content

Commit 8eedbd4

Browse files
author
rocky
committed
Another CircleCI try
1 parent 5ed7bb4 commit 8eedbd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
# 'See docs on artifact collection here https://circleci.com/docs/2.0/artifacts/'
2424
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
2525
# 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
26+
- run: sudo /usr/local/bin/python -m pip install --upgrade pip'
2927
- run: sudo pip install -e .
3028
- run: sudo pip install -r requirements-dev.txt
3129

0 commit comments

Comments
 (0)