Newer
Older
- "PY_EXE=python3 bash ./run-tests-for-ci.sh"
Andreas Klöckner
committed
- linux
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
variables:
CODECOV_TOKEN: "895e3bf2-cfd0-45f8-9a14-4b7bd148f76d"
Python 3 Expensive:
script:
- "PY_EXE=python3 RL_CI_TEST=test_expensive bash ./run-tests-for-ci.sh"
tags:
- python3
- linux
except:
- tags
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
variables:
CODECOV_TOKEN: "895e3bf2-cfd0-45f8-9a14-4b7bd148f76d"
- "PY_EXE=python3 bash ./test-command-line-tool.sh python3"
- linux
except:
- tags
Documentation:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh
Dong Zhuang
committed
- export RELATE_LOCAL_TEST_SETTINGS=`pwd`/local_settings_example.py
Mypy:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-mypy.sh
- ". ./prepare-and-run-mypy.sh python3 mypy"
Flake8:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
- ". ./prepare-and-run-flake8.sh relate course accounts tests bin"