File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
args :
6
6
tap : -m tap tests/*_test.py
7
7
filter : --match
8
- setup :
9
- commands :
10
- - pip3 install -r requirements.txt
8
+ setup :
9
+ commands :
10
+ - pip3 install -r requirements.txt
11
11
repo :
12
12
uri : https://github.com/shmck/coderoad-python-test
13
13
branch : v0.1.1
Original file line number Diff line number Diff line change 10
10
"args" : {
11
11
"tap" : " -m tap tests/*_test.py" ,
12
12
"filter" : " --match"
13
- },
14
- "setup" : {
15
- "commands" : [
16
- " pip3 install -r requirements.txt"
17
- ],
18
- "commits" : [
19
- " beeffe8bdce05a7ddc3fdd8822581a0a4db3c43f"
20
- ]
21
13
}
22
14
},
15
+ "setup" : {
16
+ "commands" : [
17
+ " pip3 install -r requirements.txt"
18
+ ],
19
+ "commits" : [
20
+ " beeffe8bdce05a7ddc3fdd8822581a0a4db3c43f"
21
+ ]
22
+ },
23
23
"repo" : {
24
24
"uri" : " https://github.com/shmck/coderoad-python-test" ,
25
25
"branch" : " v0.1.1"
You can’t perform that action at this time.
0 commit comments