diff --git a/README.md b/README.md index 5e2d684..1aeec9a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for ```bash -# From a pipenv +# From poetry nosetests-3.4 -s --with-coverage --cover-package=pymisp,tests --cover-tests tests/testlive_comprehensive.py:TestComprehensive.[test_name] diff --git a/travis/install_travis.sh b/travis/install_travis.sh index 6fe9f4f..b62abf0 100644 --- a/travis/install_travis.sh +++ b/travis/install_travis.sh @@ -3,6 +3,6 @@ set -e set -x -# We're in python3, installing with pipenv. +# We're in python3, installing with poetry. pip3 install poetry poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport