Skip to content

Commit 1cde9a8

Browse files
committed
Fix Travis config
1 parent c3319e9 commit 1cde9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install:
5151
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
5252
fi
5353
- |
54-
if [ "$VENV" != "" && "$VENV" != "pypy" ]; then
54+
if ([ "$VENV" != "" ] && [ "$VENV" != "pypy" ]); then
5555
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
5656
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
5757
fi

0 commit comments

Comments
 (0)