Commit 54dd7e1b by Sébastien Eustace

Cache poetry directory in Travis

parent d7b23405
...@@ -3,6 +3,10 @@ language: python ...@@ -3,6 +3,10 @@ language: python
python: python:
- "3.6" - "3.6"
cache:
directories:
- $HOME/.cache/pypoetry
install: install:
- pip install poetry - pip install poetry
- poetry install - 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