Skip to content

Commit 6074dd1

Browse files
committed
updated readme and ci workflow
1 parent 99eba4b commit 6074dd1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-flaskcode.yml renamed to .github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

66
on:
77
push:
88
branches: [ "dev", "master" ]
99
pull_request:
10-
branches: [ "dev" ]
10+
# branches: [ "dev" ]
1111

1212
jobs:
1313
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)