Skip to content

Commit 625c864

Browse files
committed
retarget test script paths
1 parent f8e0cf8 commit 625c864

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ~/

scripts/test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -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
55
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
6+
flake8 src/
7+
mypy src/idom
8+
sphinx-build -b html src/docs/source src/docs/build

0 commit comments

Comments
 (0)