We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e0cf8 commit 625c864Copy full SHA for 625c864
2 files changed
.travis.yml
@@ -16,7 +16,6 @@ before_install:
16
- sudo apt update
17
# javascript dependencies
18
- sudo apt install nodejs
19
-- npm install -g yarn
20
# install chromebrowser
21
- wget -N http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip -P ~/
22
- unzip ~/chromedriver_linux64.zip -d ~/
scripts/test.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
-pytest src/py/tests --headless --cov=idom --cov-fail-under=82 --reruns 3
+pytest src/tests --headless --cov=idom --cov-fail-under=82 --reruns 1
5
black --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
+flake8 src/
+mypy src/idom
+sphinx-build -b html src/docs/source src/docs/build
0 commit comments