Skip to content

Commit

Permalink
test GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Sep 10, 2024
1 parent aeaa7c4 commit 1c050da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
- name: Test with pytest
run: |
export PYTHONPATH=$(pwd)
# Run tests with pytest and generate coverage report
pytest --cov=BharatFinTrack
22 changes: 1 addition & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,4 @@ files = [
"docs"
]
ignore_missing_imports = true
strict = true


[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py310, py311
[testenv]
deps =
pytest
pytest-cov
commands =
pytest --cov=BharatFinTrack
[testenv:py310]
basepython = C:\\Users\\dpal22\\AppData\\Local\\anaconda3\\envs\\py310\\python.exe
[testenv:py311]
basepython = C:\\Users\\dpal22\\AppData\\Local\\anaconda3\\envs\\py311\\python.exe
"""
strict = true

0 comments on commit 1c050da

Please sign in to comment.