File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Test
1
+ name : Example Tests
2
2
on :
3
3
- push
4
4
jobs :
5
5
test :
6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- python-version : [3.7, 3.8]
9
+ python-version : [3.7, 3.8, 3.9 ]
10
10
11
11
steps :
12
12
- name : Checkout repository
21
21
run : pip install -r requirements.txt
22
22
23
23
- name : Test
24
- run : python setup.py pytest
24
+ run : python setup.py pytest --doctest-modules
Original file line number Diff line number Diff line change 1
- name : Test
1
+ name : Test (exercise)
2
2
on :
3
3
- push
4
4
jobs :
5
5
test :
6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- python - version : [3.7 , 3.8 , 3.9 ]
9
+ python-version : [3.7, 3.8]
10
10
11
11
steps :
12
12
- name : Checkout repository
21
21
run : pip install -r requirements.txt
22
22
23
23
- name : Test
24
- run : python setup .py pytest - - doctest - modules
24
+ run : python setup.py pytest
You can’t perform that action at this time.
0 commit comments