Uses poetry instead of setup.py

This commit is contained in:
Ilan Steemers
2020-05-30 15:17:19 +02:00
parent 997a932571
commit cd4862ad32
+1 -1
View File
@@ -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