Skip to content

Commit 3b6d5c2

Browse files
committed
Fix Travis config
1 parent 1cde9a8 commit 3b6d5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ matrix:
3434

3535
before_install:
3636
- pip install codecov
37-
- pip install poetry
37+
- pip install poetry --pre
3838

3939
install:
4040
- |
41-
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
41+
if [ "$VENV" = "pypy" ]; then
4242
export PYENV_ROOT="$HOME/.pyenv"
4343
if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
4444
pushd "$PYENV_ROOT" && git pull && popd

0 commit comments

Comments
 (0)