We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb058f6 commit 976cd5bCopy full SHA for 976cd5b
.travis.yml
@@ -64,7 +64,7 @@ install:
64
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
65
fi
66
- wget https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
67
- - python get-poetry.py --preview
+ - python get-poetry.py --preview -y
68
- poetry install -v
69
- poetry build -v
70
- |
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
22
# Downloading and installing poetry
23
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
24
25
26
# Install dependencies
27
- python -m pip install codecov
0 commit comments