summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 20:49:12 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 20:49:12 -0700
commit7c0e1086f085eae944bf2d8e530415d195c294dc (patch)
tree30fb775c88ff103ba124edf54e24b4dbb4ba4a14
parentd7af9c58cb3f08af985db7ee7029f24d0c91c7a9 (diff)
downloadpycrypto-7c0e1086f085eae944bf2d8e530415d195c294dc.tar.gz
more travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e1b276b..45f84bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ before_install:
- echo "886e386110bc24e4bfdd560bff0b22db34627fe4be203eacd28ca9e9c2491fcf *${pyenv_tarball}" | sha256sum -c - >/dev/null 2>&1 || wget -O"$pyenv_tarball" -c "$pyenv_uri"
- echo "886e386110bc24e4bfdd560bff0b22db34627fe4be203eacd28ca9e9c2491fcf *${pyenv_tarball}" | sha256sum -c -
# Install pyenv into ~/.pyenv and load it
- - tar --strip-components=1 -C ~/.pyenv -xvzf ${pyenv_basename}.tar.gz
+ - tar --strip-components=1 -C ~/.pyenv -xvzf "${pyenv_tarball}"
- export PATH=~/.pyenv/bin:$PATH
- eval "$(pyenv init -)"
# If the selected Python version is installed locally (travis-ci native), activate it.