We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d848042 commit 81820b5Copy full SHA for 81820b5
scripts/getbaseline.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
cd tests/data
3
for i in $@; do
4
- if [[ $i == '2.7' ]]; then
5
- # we only support 2.7 now
+ if [[ $i == '3.5' ]]; then
+ # we only support 3.5 now
6
wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip'
7
unzip 'v'$i'.zip'
8
rm -rf baseline$i
0 commit comments