mirror of https://github.com/MISP/misp-galaxy
parent
eba1b2839f
commit
174a812cef
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
python-version: [3.8, 3.9, '3.10']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -48,5 +48,5 @@ jobs:
|
||||||
- name: Test with Python module
|
- name: Test with Python module
|
||||||
run: |
|
run: |
|
||||||
pushd PyMISPGalaxies
|
pushd PyMISPGalaxies
|
||||||
poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
|
poetry run pytest --cov=pymispgalaxies tests/tests.py
|
||||||
popd
|
popd
|
Loading…
Reference in New Issue