Skip to content

Commit

Permalink
Uses poetry instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed May 30, 2020
1 parent 997a932 commit cd4862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd4862a

Please sign in to comment.