Skip to content

Commit

Permalink
chg: Use pytest instead of nose
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 20, 2021
1 parent eba1b28 commit 174a812
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, '3.10']

steps:

Expand Down Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Test with Python module
run: |
pushd PyMISPGalaxies
poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
poetry run pytest --cov=pymispgalaxies tests/tests.py
popd

0 comments on commit 174a812

Please sign in to comment.