Skip to content

Instantly share code, notes, and snippets.

@ewjoachim
Last active April 3, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewjoachim/6b9d3993ebe3a7535854989bdfcd3918 to your computer and use it in GitHub Desktop.
Save ewjoachim/6b9d3993ebe3a7535854989bdfcd3918 to your computer and use it in GitHub Desktop.
[
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [
"tox -e $TOX_ENV"
],
"install": [
"pip install tox codecov",
"tox --notest -e $TOX_ENV"
],
"after_success": [
"codecov"
],
"stage": "test",
"addons": {
"postgresql": "10",
"apt": {
"packages": [
"postgresql-10",
"postgresql-client-10"
]
}
},
"python": "3.6",
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
},
{
"TOX_ENV": "py36-unit-tests,py36-integration-tests,py36-acceptance-tests"
}
]
},
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [
"tox -e $TOX_ENV"
],
"install": [
"pip install tox codecov",
"tox --notest -e $TOX_ENV"
],
"after_success": [
"codecov"
],
"python": "3.7",
"addons": {
"postgresql": "10",
"apt": {
"packages": [
"postgresql-10",
"postgresql-client-10"
]
}
},
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
},
{
"TOX_ENV": "py37-unit-tests,py37-integration-tests,py37-acceptance-tests"
}
],
"stage": "test"
},
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [
"tox -e $TOX_ENV"
],
"install": [
"pip install tox codecov",
"tox --notest -e $TOX_ENV"
],
"after_success": [
"codecov"
],
"python": "3.8",
"addons": {
"postgresql": "10",
"apt": {
"packages": [
"postgresql-10",
"postgresql-client-10"
]
}
},
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
},
{
"TOX_ENV": "py38-unit-tests,py38-integration-tests,py38-acceptance-tests"
}
],
"stage": "test"
},
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [
"tox -e $TOX_ENV"
],
"install": [
"pip install tox codecov",
"tox --notest -e $TOX_ENV"
],
"after_success": [
"codecov"
],
"python": "3.8",
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
},
{
"TOX_ENV": "check-lint"
}
],
"stage": "test"
},
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [
"tox -e $TOX_ENV"
],
"install": [
"pip install tox codecov",
"tox --notest -e $TOX_ENV"
],
"after_success": [
"codecov"
],
"python": "3.8",
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
},
{
"TOX_ENV": "docs"
}
],
"stage": "test"
},
{
"os": "linux",
"language": "python",
"dist": "xenial",
"cache": {
"pip": true
},
"script": [],
"install": [
"skip"
],
"after_success": [],
"stage": "deploy",
"python": "3.8",
"before_install": [],
"deploy": [
{
"provider": "pypi",
"username": "__token__",
"password": {
"secure": "hqUrw49Q2jdZ9cYWvI6/1pL9lGGnbHIxGdQtFRFSDLS7DhvI48FwuPD4swxALJIDnCnz99NdpZ5hRDcn95TUhTnhNGCDBOqHkFnu17H1TMZGgq21vZpGABgBpJ26RezmIIL463VcGbwbI88uNR815hKUw1hA/AUGdT4cKseqk/icsMTFfZYijxfJO/sItprFxF63VXNIj8Xv4BAof94Lw1gJII+VzCBZ51eA3jisttjXxKufuhdqPcnSFLh3YQ1JvXoPv5W1V+yIMcAa4Sm+UaEPsY/UMMAixJSBFEUJtEaiOHE4IxJb2GZauLa5mDzQKS7pULBcAi1moBthxkK35DDzXwaM1FVM1pFeoCSeHy9sTUEGnayKMaHMeqrrq0qg1G8H7EUI/4l9TMJdQif/joLM8QS80F3Wdk9hUzCTU5fkn6xcZYdynAoFc3IYXBbAUkcVTlLX+FGFWFfXoNx/sUFRxM+vElPxGNNG7Es+rHCGjTXhAYm+7sMvcD/UWKyWWvwdQkHOhmLhrKwbb99Kescfy0Z4b3NxlERo1IgtzWQwTGgM6FwxMUQS89hHcCZm2Q0vSKiFJMHLMqoxSqCPcDTegF6HtjWSdHFtUArbe3nWOu5GBEz6kNOjdRBh8Czh6bcbHFqnsP42QNfH6mCTYJKCU/zTdLusJnVCUAh+v8Q="
},
"on": {
"branch": [
"master"
],
"tags": true
}
}
],
"env": [
{
"PGHOST": "localhost",
"PGUSER": "postgres",
"PYTEST_ADDOPTS": "\"--cov-append\""
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment