Skip to content

Commit 2520157

Browse files
committed
Upgrade pip before installing tox
1 parent ab78cc0 commit 2520157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: run py tests
1212
command: |
1313
cd test
14+
pip install --upgrade pip
1415
pip install tox
1516
tox
1617

0 commit comments

Comments
 (0)