From 3eeefa0149f13a4a349f46ed6ede2672c05d454b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 18 Feb 2020 11:39:54 +0100 Subject: [PATCH] Use poetry everywhere, fix readme --- .travis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7741bc..049b1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ script: - bash travis/test_travis.sh after_success: - - pipenv run codecov - - pipenv run coveralls + - poetry run codecov + - poetry run coveralls diff --git a/README.md b/README.md index e727ee3..9ee8e25 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ PyMISP allows you to fetch events, add or update events/attributes, add or updat **It is strongly recommended to use a virtual environment** -If you want to know more about virtual environments, (python has you covered)[https://docs.python.org/3/tutorial/venv.html] +If you want to know more about virtual environments, [python has you covered](https://docs.python.org/3/tutorial/venv.html) Only basic dependencies: ```