Skip to content

Commit d716414

Browse files
committed
update for CR v0.13
1 parent b92913b commit d716414

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

coderoad.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ config:
55
args:
66
tap: -m tap tests/*_test.py
77
filter: --match
8-
setup:
9-
commands:
10-
- pip3 install -r requirements.txt
8+
setup:
9+
commands:
10+
- pip3 install -r requirements.txt
1111
repo:
1212
uri: https://github.com/shmck/coderoad-python-test
1313
branch: v0.1.1

tutorial.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"args": {
1111
"tap": "-m tap tests/*_test.py",
1212
"filter": "--match"
13-
},
14-
"setup": {
15-
"commands": [
16-
"pip3 install -r requirements.txt"
17-
],
18-
"commits": [
19-
"beeffe8bdce05a7ddc3fdd8822581a0a4db3c43f"
20-
]
2113
}
2214
},
15+
"setup": {
16+
"commands": [
17+
"pip3 install -r requirements.txt"
18+
],
19+
"commits": [
20+
"beeffe8bdce05a7ddc3fdd8822581a0a4db3c43f"
21+
]
22+
},
2323
"repo": {
2424
"uri": "https://github.com/shmck/coderoad-python-test",
2525
"branch": "v0.1.1"

0 commit comments

Comments
 (0)