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 c3319e9 commit 1cde9a8Copy full SHA for 1cde9a8
.travis.yml
@@ -51,7 +51,7 @@ install:
51
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
52
fi
53
- |
54
- if [ "$VENV" != "" && "$VENV" != "pypy" ]; then
+ if ([ "$VENV" != "" ] && [ "$VENV" != "pypy" ]); then
55
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
56
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
57
0 commit comments