File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 5353 coverage run -m pytest
5454 coverage report
5555
56+ pytest-python27 :
57+ runs-on : ubuntu-latest
58+ container : coatldev/six:latest
59+ steps :
60+ - uses : actions/checkout@v4
61+ - name : Display Python verison
62+ run : python -c "import sys; print(sys.version)"
63+ - name : Install dependencies
64+ run : |
65+ python -m pip install --upgrade pip
66+ pip install -r requirements/pytest.txt
67+ - name : Test with pytest
68+ run : |
69+ coverage run -m pytest
70+ coverage report
71+
5672 flake8 :
5773 runs-on : ubuntu-latest
5874 steps :
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ classifiers = [
1414 ' Intended Audience :: Information Technology' ,
1515 ' Intended Audience :: Science/Research' ,
1616 ' Programming Language :: Python' ,
17+ ' Programming Language :: Python :: 2' ,
18+ ' Programming Language :: Python :: 2.7' ,
1719 ' Programming Language :: Python :: 3' ,
1820 ' Programming Language :: Python :: 3.6' ,
1921 ' Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments