8000 update yaml · ShMcK/coderoad-python-test@c64987b · GitHub
[go: up one dir, main page]

Skip to content

Commit c64987b

Browse files
committed
update yaml
1 parent b22e2c3 commit c64987b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

coderoad.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: '0.1.0'
22
config:
33
testRunner:
4-
command: python
4+
command: python3 tests/math_test.py
55
args:
66
tap: -m tap.py
77
setup:
88
commands:
99
- mkdir newfoldertotest
10-
- python3 -m venv tutorial-env
11-
- source tutorial-env/bin/activate
12-
- pip install requirements.txt
10+
- pip3 install requirements.txt
1311
directory: coderoad-starter
1412
repo:
1513
uri: https://github.com/beaucarnes/coderoad-python-test

0 commit comments

Comments
 (0)
0