Skip to content

Commit 06a8752

Browse files
committed
circleci config file v3
1 parent 296b3a3 commit 06a8752

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- run:
1212
command: |
13-
pip install -r requirements.txt
13+
pip install -r requirements.txt --user
1414
python -m unittest tests.test_pykemon
1515
1616
py36_tests:
@@ -20,7 +20,7 @@ jobs:
2020
- checkout
2121
- run:
2222
command: |
23-
pip install -r requirements.txt
23+
pip install -r requirements.txt --user
2424
python -m unittest tests.test_pykemon
2525
2626
py37_tests:
@@ -30,7 +30,7 @@ jobs:
3030
- checkout
3131
- run:
3232
command: |
33-
pip install -r requirements.txt
33+
pip install -r requirements.txt --user
3434
python -m unittest tests.test_pykemon"
3535
3636
workflows:

0 commit comments

Comments
 (0)