Skip to content

Commit

Permalink
Fixed tests packaging (#5)
Browse files Browse the repository at this point in the history
* Fixed tests packaging
  • Loading branch information
rorymurdock committed May 24, 2022
1 parent 5214410 commit cd23c8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov coveralls
pytest -v --cov
python3 -m pytest -v --cov
- name: Submit Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_publish.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov coveralls
pytest -v --cov
python3 -m pytest -v --cov
- name: Submit Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="reqrest",
version="1.0.0",
version="1.0.1",
author="Rory Murdock",
author_email="rory@itmatic.com.au",
description="A REST API wrapper for requests",
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit cd23c8e

Please sign in to comment.