Commit 54dd7e1b by Sébastien Eustace

Cache poetry directory in Travis

parent d7b23405
......@@ -3,6 +3,10 @@ language: python
python:
- "3.6"
cache:
directories:
- $HOME/.cache/pypoetry
install:
- pip install poetry
- poetry install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment