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: ```