File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ before_install:
1616- sudo apt update
1717# javascript dependencies
1818- sudo apt install nodejs
19- - npm install -g yarn
2019# install chromebrowser
2120- wget -N http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip -P ~/
2221- unzip ~/chromedriver_linux64.zip -d ~/
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- pytest src/py/ tests --headless --cov=idom --cov-fail-under=82 --reruns 3
4+ pytest src/tests --headless --cov=idom --cov-fail-under=82 --reruns 1
55black --verbose --check src/py
6- flake8 src/py
7- mypy src/py/ idom
8- sphinx-build -b html src/py/ docs/source src/py /docs/build
6+ flake8 src/
7+ mypy src/idom
8+ sphinx-build -b html src/docs/source src/docs/build
You can’t perform that action at this time.
0 commit comments