We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296b3a3 commit 06a8752Copy full SHA for 06a8752
1 file changed
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- checkout
11
- run:
12
command: |
13
- pip install -r requirements.txt
+ pip install -r requirements.txt --user
14
python -m unittest tests.test_pykemon
15
16
py36_tests:
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
py37_tests:
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
python -m unittest tests.test_pykemon"
35
36
workflows:
0 commit comments