mirror of https://github.com/MISP/PyTaxonomies
fix: Dev install, bump misp-taxonomies
parent
8cd1d48405
commit
2dbadb3e49
|
@ -10,7 +10,7 @@ python:
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pip install -r website/REQUIREMENTS.txt
|
- pip install -r website/REQUIREMENTS.txt
|
||||||
- pipenv install
|
- pipenv install -d
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pipenv run nosetests --with-coverage --cover-package=pytaxonomies -d
|
- pipenv run nosetests --with-coverage --cover-package=pytaxonomies -d
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c2292fca97bf10d247d4cfd2767c9b4ee94ecaf1
|
Subproject commit d17905805901285d75287a812bd37955b2c75f2d
|
Loading…
Reference in New Issue