Skip to content

Commit ea1d8fb

Browse files
committed
Update CI configuration
1 parent c98d8bc commit ea1d8fb

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
@@ -63,7 +63,7 @@ install:
6363
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
6464
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6565
fi
66-
- pip install poetry --pre -U
66+
- pip install poetry -U
6767
- poetry install -v
6868
- poetry build -v
6969
- |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
2121

2222
# Downloading and installing poetry
23-
- python -m pip install poetry --pre -U
23+
- python -m pip install poetry -U
2424

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

0 commit comments

Comments
 (0)