From cd4862ad32fe720d7f2361516960c8fa4de68816 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 30 May 2020 15:17:19 +0200 Subject: [PATCH] Uses poetry instead of setup.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 672cf23..d50e282 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: - pip install -r requirements.txt - pip install pytest --upgrade - pip install pytest-django codecov sphinx poetry - - python poetry install + - poetry install script: - coverage run --source=django_q -m py.test