File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33
4- name : Test flaskcode
4+ name : Test
55
66on :
77 push :
88 branches : [ "dev", "master" ]
99 pull_request :
10- branches : [ "dev" ]
10+ # branches: [ "dev" ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change 11# flaskcode
22
3- [ ![ Build Status] ( https://travis-ci.org /sujeetkv/flaskcode. svg?branch=master )] ( https://travis-ci.org /sujeetkv/flaskcode )
3+ [ ![ Test Status] ( https://github.com /sujeetkv/flaskcode/actions/workflows/test-workflow.yml/badge. svg )] ( https://github.com /sujeetkv/flaskcode/actions/workflows/test-workflow.yml )
44[ ![ PyPI Version] ( https://img.shields.io/pypi/v/flaskcode.svg )] ( https://pypi.org/project/flaskcode )
55[ ![ MIT License] ( https://img.shields.io/github/license/sujeetkv/flaskcode.svg )] ( https://github.com/sujeetkv/flaskcode/blob/master/LICENSE )
66
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_pkginfo():
5252 ],
5353 tests_require = [
5454 'flask>=3.1.0' ,
55- 'pytest>=4.5.0 ' ,
55+ 'pytest' ,
5656 ],
5757 classifiers = [
5858 # 'Development Status :: 1 - Planning',
You can’t perform that action at this time.
0 commit comments