diff options
Diffstat (limited to 'scripts/getbaseline.sh')
| -rwxr-xr-x | scripts/getbaseline.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/getbaseline.sh b/scripts/getbaseline.sh index 719fbe5..9006579 100755 --- a/scripts/getbaseline.sh +++ b/scripts/getbaseline.sh @@ -1,8 +1,8 @@ #!/bin/bash cd tests/data for i in $@; do - if [[ $i == '2.7' ]]; then - # we only support 2.7 now + if [[ $i == '3.5' || $i == '2.7' ]]; then + # we only support 2.7 and 3.5 wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip' unzip 'v'$i'.zip' rm -rf baseline$i |
