From 7d60cbd9c96d8274e1b49527d05b418965df6ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 26 Feb 2020 15:22:29 +0100 Subject: [PATCH] chg: Comments were still referencing pipenv --- README.md | 2 +- travis/install_travis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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