Skip to content

Commit f71839f

Browse files
CI checks codestyle (flake8) (#6)
1 parent 16b7930 commit f71839f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

run_tests3.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ rm -rf $VENV_PATH
1010
python -m venv "${VENV_PATH}"
1111
export VIRTUAL_ENV_DISABLE_PROMPT=1
1212
source "${VENV_PATH}/bin/activate"
13-
pip install pytest pytest-xdist
13+
pip install flake8 pytest pytest-xdist
1414

15+
# Codestyle is checked
16+
flake8
17+
18+
# Functional is tested
1519
python -m pytest -l -v -n 4
1620

1721
set +eux

0 commit comments

Comments
 (0)