Skip to content

Commit

Permalink
Run tests with Github
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Aug 5, 2020
1 parent a25db0c commit b0fbfc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with pylint
run: |
pylint axltempl
- name: Test with pytest
run: |
pytest

0 comments on commit b0fbfc9

Please sign in to comment.