Skip to content

Commit

Permalink
added test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Feb 9, 2024
1 parent 66a1836 commit 1a05c46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# TODO:
# - cache this directory $HOME/.cache/pyensembl/
# - update coveralls
# - get a badge for tests passing
# - download binary dependencies from conda
name: Tests
on: [push, pull_request]

Expand All @@ -26,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov coveralls
python -m pip install flake8 pytest pytest-cov coveralls pylint
pip install -r requirements.txt
pip install .
- name: Lint with flake8
Expand Down

0 comments on commit 1a05c46

Please sign in to comment.