From 862df16024c2624191f74c38d24bcff77b8a8448 Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Mon, 2 Nov 2020 09:36:36 +0700 Subject: [PATCH] Update Travis CI to use poetry --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41e22ab..7c465d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ cache: pip env: - TEST_CMD="pytest --cov bear_todo_counter" install: -- pip install -r requirements.txt + - pip install --upgrade pip + - pip install poetry + - poetry install -v script: - $TEST_CMD after_success: