Skip to content

Commit 6cefa9c

Browse files
committed
Install tox with pip --user to avoid permission issues
1 parent d8ee31b commit 6cefa9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands:
1717
circleci step halt
1818
fi
1919
jobs:
20-
test:
20+
build:
2121
docker:
2222
- image: circleci/python:3.6.1
2323

@@ -30,7 +30,7 @@ jobs:
3030

3131
- run:
3232
name: Install tox
33-
command: pip install tox
33+
command: sudo pip install tox
3434

3535
- run:
3636
name: Test package build
@@ -62,7 +62,7 @@ workflows:
6262
version: 2
6363
commit:
6464
jobs:
65-
- test
65+
- build
6666
nightly:
6767
triggers:
6868
- schedule:
@@ -72,4 +72,4 @@ workflows:
7272
only:
7373
- master
7474
jobs:
75-
- test
75+
- build

0 commit comments

Comments
 (0)