Commit f4e02009 by Sébastien Eustace

Update Travis config

parent d8e54af3
language: python
python:
- "3.4"
- "3.5"
- "3.6"
cache:
......@@ -9,7 +11,7 @@ cache:
- $HOME/.cache/pypoetry
install:
- pip install poetry
- pip install poetry --pre
- poetry install
script: pytest -q tests/
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