aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-06 13:13:53 -0800
committerDavid Reid <dreid@dreid.org>2013-11-06 13:13:53 -0800
commit2752924d087cb03001574692052096d520d1302e (patch)
tree976eaa0b56e6434a5079c0e2f65c5999adeec07c /.travis/install.sh
parent6b609bbeb0223dcaa5da5f758d096dd4af4f81b4 (diff)
downloadcryptography-2752924d087cb03001574692052096d520d1302e.tar.gz
cryptography-2752924d087cb03001574692052096d520d1302e.tar.bz2
cryptography-2752924d087cb03001574692052096d520d1302e.zip
Fix stupid shell syntax error.
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 94673084..9c6d34c3 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -17,7 +17,7 @@ if [[ "${OPENSSL}" == "0.9.8" ]]; then
sudo apt-get install -y --force-yes libssl-dev/lucid
fi
-if [[ "${TOX_ENV}" == "pypy"]]; then
+if [[ "${TOX_ENV}" == "pypy" ]]; then
sudo apt-get install -y pypy
# This is required because we need to get rid of the Travis installed PyPy