Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
udit-gulati committed Sep 30, 2021
1 parent d311b15 commit 307e653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
# - name: Test with pytest
# run: |
# pytest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PerpPy

| Build | Coverage | PyPi |
| Build | Docs | PyPi |
| ------------- | ------------- | ------------- |
| [![Tests](https://github.com/arufa-research/perp-py/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/arufa-research/perp-py/actions/workflows/build.yml) | [![Docs](https://readthedocs.org/projects/perp-py/badge/?version=latest)](https://perp-py.readthedocs.io/en/latest/) | [![PyPI version](https://badge.fury.io/py/perp-py.svg)](https://badge.fury.io/py/perp-py) |

Expand Down

0 comments on commit 307e653

Please sign in to comment.