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 c98d8bc commit ea1d8fbCopy full SHA for ea1d8fb
.travis.yml
@@ -63,7 +63,7 @@ install:
63
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
64
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
65
fi
66
- - pip install poetry --pre -U
+ - pip install poetry -U
67
- poetry install -v
68
- poetry build -v
69
- |
appveyor.yml
@@ -20,7 +20,7 @@ install:
20
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
21
22
# Downloading and installing poetry
23
- - python -m pip install poetry --pre -U
+ - python -m pip install poetry -U
24
25
# Install dependencies
26
- python -m pip install codecov
0 commit comments