From 92cc7888f9f7c14d2b0ad2f583342ebfa4a63d20 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 1 Aug 2020 14:20:13 -0700 Subject: [PATCH] Remove pipx commands and attempt to solve issue through poetry configuration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7883f22e..7747dbce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,9 @@ before_install: - date install: - - pip install pipx - - pipx install poetry + - pip install poetry + - poetry config virtualenvs.in-project true + - poetry config --list - poetry install - poetry run python --version