Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update Travis CI to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
attomos committed Nov 2, 2020
1 parent 8a788b9 commit 862df16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 862df16

Please sign in to comment.