File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4747 - name : Install dependencies
4848 run : |
4949 python -m pip install --upgrade pip
50- pip install pytest pytest-cov sortedcontainers
51- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
50+ pip install -r requirements/pytest.txt
5251 - name : Test with pytest
5352 run : |
5453 pytest
6665 - name : Install dependencies
6766 run : |
6867 python -m pip install --upgrade pip
69- pip install flake8
68+ pip install -r requirements/ flake8.txt
7069 - name : Lint with flake8
7170 run : |
7271 # stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change 1+ -r requirements/common.txt
Original file line number Diff line number Diff line change 1+ sortedcontainers==2.4.0
Original file line number Diff line number Diff line change 1+ flake8
Original file line number Diff line number Diff line change 1+ -r common.txt
2+ pytest
3+ pytest-cov
You can’t perform that action at this time.
0 commit comments