Skip to content

Commit 59cdc08

Browse files
committed
Add a dummy statement to .travis.install.
1 parent 2f639e9 commit 59cdc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PYTHON_VERSION=$(python --version 2>&1)
44

55
if [[ "$PYTHON_VERSION" > "Python 3" ]]; then
6-
6+
true
77
else
88
pip install twisted
99
fi

0 commit comments

Comments
 (0)