Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unzip baseline quietly
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 25, 2016
1 parent 24695b9 commit 2101cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/baseline.sh
Expand Up @@ -5,7 +5,7 @@ if [[ $PYVER == '3.5' || $PYVER == '2.7' ]]; then
echo -e "\033[36m>> Downloading baseline for $PYVER...\033[0m"
# we only support 2.7 and 3.5
wget https://github.com/getnikola/invariant-builds/archive/v$PYVER'.zip'
unzip 'v'$PYVER'.zip'
unzip -q 'v'$PYVER'.zip'
rm -rf baseline$PYVER
mv invariant-builds-$PYVER baseline
rm 'v'$PYVER'.zip'
Expand Down

0 comments on commit 2101cd8

Please sign in to comment.