mirror of https://github.com/MISP/misp-galaxy
parent
eba1b2839f
commit
174a812cef
|
@ -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:
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue