Skip to content

Commit 078c2eb

Browse files
committed
Fix Travis config
1 parent 7d35e27 commit 078c2eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ python:
88

99
install:
1010
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
11-
- python get-poetry.py --preview
11+
- python get-poetry.py --preview -y
12+
- source $HOME/.poetry/env
1213
- poetry install -v
1314

1415
script: poetry run pytest -q tests/

0 commit comments

Comments
 (0)