diff -r 27976d1606a4 -r 76f5eba31afd bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml Sat Sep 16 21:24:22 2017 +0300 +++ b/bitbucket-pipelines.yml Sat Sep 16 21:26:17 2017 +0300 @@ -7,16 +7,13 @@ script: # Modify the commands below to build your repository. - /usr/bin/python --version - ./tests/tools/check_source.sh - - Xvfb :42 -screen 0 1280x1024x24 & - - DISPLAY=:42 pytest --timeout=10 ./tests/tools - - pkill -9 Xvfb + - ./tests/tools/run_python_tests.sh + default: - step: script: # Modify the commands below to build your repository. - /usr/bin/python --version - - ./tests/tools/check_source.sh - - Xvfb :42 -screen 0 1280x1024x24 & - - DISPLAY=:42 pytest --timeout=10 ./tests/tools - - pkill -9 Xvfb + - ./tests/tools/check_source.sh + - ./tests/tools/run_python_tests.sh