Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Setup travis to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
constrict0r committed Nov 7, 2018
1 parent 1268f2d commit 9ebe6f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "3.5"
install:
- python setup.py install
- pip install poetry
- poetry install
script:
- pytest

0 comments on commit 9ebe6f5

Please sign in to comment.