summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-09-04Use tox to execute release scriptBruno Oliveira
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-28Update text and links in announce templatesBruno Oliveira
2020-07-28Support generating major releases using issue comments (#7548)Bruno Oliveira
2020-07-08Set correct version during regenBruno Oliveira
2020-05-31adding towncrier wrapper script so 'tox -e docs' works natively on windows (#...Simon K
2020-05-16Fix errors introduced by #6911Bruno Oliveira
2020-04-12Fix-6911(pytest-bot): Added error from commands that are rungaurav dhameeja
2020-03-13Skip link checks when doing releases through the botBruno Oliveira
2020-03-01Automate release by comment notifications (#6823)Bruno Oliveira
2020-01-30Revert "ci: codecov: use `--retry-connrefused` with curl"Daniel Hahler
2020-01-29Use --wrap=preserve in release notes scriptBruno Oliveira
2020-01-29Don't wrap the markdown for GitHub releasesHugo van Kemenade
2020-01-25ci: codecov: use `--retry-connrefused` with curlDaniel Hahler
2020-01-24ci: remove Azure config/scriptsDaniel Hahler
2020-01-24Merge pull request #6549 from blueyed/fix-release-minorDaniel Hahler
2020-01-23bug-fix fixesDaniel Hahler
2020-01-23doc: minor fixes for the release processDaniel Hahler
2020-01-23ci: codecov: add flags for GHA/TravisDaniel Hahler
2020-01-17scripts/release.py: lint: fix F999Daniel Hahler
2020-01-15Add deploy step: publish package and release notesBruno Oliveira
2020-01-14Append token to codecov.yml instead of duplicating the fileBruno Oliveira
2019-12-20Update release notes script after CHANGELOG changed locationBruno Oliveira
2019-11-28docs: move changelog to docs/en and allow sphinx directivesDaniel Hahler
2019-11-06Added checklinks to tox and release.pySteffen Schroeder
2019-10-12Workaround curl bug which makes retries of fetching codecov.io/bash not workRan Benita
2019-09-23ci: codecov: use 6 retries with curlDaniel Hahler
2019-09-23Remove unneeded codecov options (implied with "-f")Daniel Hahler
2019-09-21Change report-coverage.sh in attempt to fix AzureBruno Oliveira
2019-08-14Use TRAVIS_REPO_SLUG instead of hard-coding pytest-dev/pytestBruno Oliveira
2019-08-12Publish GitHub release notes after deploymentBruno Oliveira
2019-06-06ci: move coverage reporting to shared scriptDaniel Hahler
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-23Fix invalid Python file encoding "utf8" (#5252)Bruno Oliveira
2019-05-16Remove customization of (python.exe) from Azure [skip travis]Bruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-04ci: Azure: fix coverage generation with PyPyDaniel Hahler
2019-02-28ci: codecov: remove flags completely for nowDaniel Hahler
2019-02-27ci: codecov: set name for uploads/buildsDaniel Hahler
2019-02-27ci: coverage: remove --ignore-errorsDaniel Hahler
2019-02-26Configure azure to enable coverage on PYTEST_COVERAGE=1, similar to TravisBruno Oliveira
2019-02-26Remove appveyor.yml and related scriptsBruno Oliveira
2019-02-26Upload code coverage from azureBruno Oliveira
2019-02-23codecov: use only linux/windows flagsDaniel Hahler
2018-11-26[skip travis] Use retry script on AppVeyorBruno Oliveira
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-19coverage: use modules for sourceDaniel Hahler
2018-09-07Improve pre-commit detection for changelog filenamesAnthony Sottile
2018-09-05Add codecov support to AppVeyor and remove coverallsBruno Oliveira
2018-08-28Fix hostnameSteve Piercy