chg: Bypass poetry issue

pull/5/head
Raphaël Vinot 2020-02-17 21:59:31 +01:00
parent b6bd507dce
commit 277795fe4a
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,9 @@ python:
install:
- pip install poetry
- poetry install
# Blocker: https://github.com/python-poetry/poetry/issues/1009
- poetry build
- pip install dist/*.whl
script:
- poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d

View File

@ -26,6 +26,8 @@ include = ["pymispgalaxies/data/misp-galaxy/schema_*.json",
"pymispgalaxies/data/misp-galaxy/vocabularies/common/*.json",
"pymispgalaxies/data/misp-galaxy/vocabularies/threat-actor/*.json"]
exclude = ["pymispgalaxies/data/misp-galaxy/tools/**/*"]
[tool.poetry.dependencies]
python = "^3.6"
jsonschema = "^3.2.0"