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 27
27
name : check code
28
28
command : |
29
29
. venv/bin/activate
30
- python -m compileall pyodoo samples
31
- python -m pycodestyle pyodoo samples
32
- python -m flake8 pyodoo samples
30
+ python -m compileall pyodoo
31
+ python -m pycodestyle pyodoo
32
+ python -m flake8 pyodoo
33
33
python -m build --outdir=dist .
34
34
python -m pip install --verbose dist/*.whl
35
35
python -m pip list
Original file line number Diff line number Diff line change 4
4
install :
5
5
- pip install -r requirements_ci.txt
6
6
script :
7
- - python -m compileall pyodoo samples
8
- - python -m pycodestyle pyodoo samples
9
- - python -m flake8 pyodoo samples
7
+ - python -m compileall pyodoo
8
+ - python -m pycodestyle pyodoo
9
+ - python -m flake8 pyodoo
10
10
- python -m build --outdir=dist .
11
11
- python -m pip install --verbose dist/*.whl
12
12
- python -m pip list
You can’t perform that action at this time.
0 commit comments