Commit f4e02009 by Sébastien Eustace

Update Travis config

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