File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77before_script :
88 - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
99 - testspace config url samples.testspace.com
10- - sudo pip install -r requirements.txt
11- - sudo apt-get install pylint
10+ - pip install -r requirements.txt
11+ - apt-get install pylint
1212
1313script :
1414 - pylint stock_alerter/ -f parseable > analysis.txt || true
Original file line number Diff line number Diff line change 88 - mkdir -p $HOME/bin
99 - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
1010 - testspace config url samples.testspace.com
11- - sudo pip install -r requirements.txt
12- - sudo apt-get install pylint
11+ - pip install -r requirements.txt
12+ - apt-get install pylint
1313 - pylint stock_alerter/ -f parseable > analysis.txt || true
1414 - nose2 --junit-xml --with-coverage
1515
You can’t perform that action at this time.
0 commit comments