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 79a431b commit 631a2f5Copy full SHA for 631a2f5
.travis.yml
@@ -15,6 +15,4 @@ install:
15
- poetry install
16
17
script:
18
- - poetry run pyflakes ui/__init__.py ui/tests/test_ui.py
19
- - poetry run pytest
20
- - poetry run sphinx-build -W docs docs/_build/html
+ - bash ci.sh
ci.sh
@@ -0,0 +1,6 @@
1
+set -x
2
+set -e
3
+
4
+poetry run pyflakes ui/__init__.py ui/tests/test_ui.py
5
+poetry run pytest
6
+poetry run sphinx-build -W docs docs/_build/html
0 commit comments