aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-27 10:23:32 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-28 23:30:14 +0800
commitad32c366487b64e274cb87f1dfc35431e03b7dcf (patch)
tree8637c201f2d45cad62316a3f391cd99da02de615 /.travis
parent14d8ff58aaff59d13d48e2011835b1defbe4e79b (diff)
downloadcryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.tar.gz
cryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.tar.bz2
cryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.zip
Fix indent.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 0ff3ec73..fdb97cf5 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -17,7 +17,7 @@ if [[ "$DARWIN" = true ]]; then
fi
if which pyenv > /dev/null; then
- eval "$(pyenv init -)"
+ eval "$(pyenv init -)"
fi
case "${TOX_ENV}" in