Commit 4490b68c by Sébastien Eustace

Update CI configurations

parent 9f41af55
......@@ -18,7 +18,7 @@ install:
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
# Installing Poetry
- "python -m pip install poetry --pre -U"
- "python get-poetry.py --preview -y"
# Install dependencies
- "poetry install -v"
......
......@@ -12,7 +12,8 @@ cache:
install:
- pip install pip -U
- pip install poetry --pre -U
- python get-poetry.py --preview -y
- source $HOME/.poetry/env
- poetry install -v
script: pytest -q tests/
......@@ -22,6 +23,9 @@ jobs:
- python: '2.7'
- python: '3.5'
- python: '3.6'
- python: '3.7'
dist: xenial
sudo: true
- stage: linting
python: '3.6'
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