Skip to content

Commit 976cd5b

Browse files
committed
Update CI configuration
1 parent bb058f6 commit 976cd5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install:
6464
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6565
fi
6666
- wget https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
67-
- python get-poetry.py --preview
67+
- python get-poetry.py --preview -y
6868
- poetry install -v
6969
- poetry build -v
7070
- |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121

2222
# Downloading and installing poetry
2323
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
24-
- python get-poetry.py --preview
24+
- python get-poetry.py --preview -y
2525

2626
# Install dependencies
2727
- python -m pip install codecov

0 commit comments

Comments
 (0)