Skip to content

Commit 15b40a8

Browse files
ci: run_tests3.sh is updated (cleanup)
1 parent fb86eea commit 15b40a8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

run_tests3.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
1010
source "${VENV_PATH}/bin/activate"
1111
pip install -r tests/requirements.txt
1212

13-
# install testgres' dependencies
14-
# export PYTHONPATH=$(pwd)
15-
# $PIP install .
16-
13+
# check code style
1714
flake8 .
1815

16+
# run builtin tests
1917
python -m pytest -l -vvv -n 4
2018

2119
set +eux

0 commit comments

Comments
 (0)