summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2020-12-17Remove other references to TravisBruno Oliveira
2020-12-16Use manual trigger to prepare release PRs (#8150)Bruno Oliveira
2020-12-12tox: use pip legacy resolver for regen jobRan Benita
2020-12-12tox: remove requires: pip>=20.3.1Ran Benita
2020-12-12infrastructure: Stricter tox dependensies (#8119)Anton
2020-10-28tox: remove checkqa-mypy environmentRan Benita
2020-10-10Put smoke test deps in requirements.txt for Dependabot (#7806)Hugo van Kemenade
2020-10-03Merge pull request #7805 from hugovk/pytest-rerunfailuresHugo van Kemenade
2020-10-02Fake setuptools-scm into using version 6.2.0a1Bruno Oliveira
2020-10-02py36+: drop python3.5 in CI and setup.cfgAnthony Sottile
2020-09-29Smoke test pytest-rerunfailuresHugo van Kemenade
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-09-23Use new pip resolver in plugins tox envBruno Oliveira
2020-09-19Smoke tests for assorted plugins (#7721)Sorin Sbarnea
2020-08-03Enforce some pydocstyle lints with flake8-docstringsRan Benita
2020-07-08Set correct version during regenBruno Oliveira
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-05-31adding towncrier wrapper script so 'tox -e docs' works natively on windows (#...Simon K
2020-05-07Fix tests for python3.9Anthony Sottile
2020-05-01Let unittest frameworks deal with async functionsBruno Oliveira
2020-04-14Remove pypy (2) environment from tox.iniRan Benita
2020-03-01Automate release by comment notifications (#6823)Bruno Oliveira
2020-02-29docs: use doc/en/_build/html for html output (#6842)Daniel Hahler
2020-02-12Use code highlighting if pygments is installed (#6658)Bruno Oliveira
2020-01-31tests: use `-rfEX`Daniel Hahler
2020-01-22tox: move doctesting into main testenvDaniel Hahler
2020-01-20tox: add mypy-diff testenvDaniel Hahler
2020-01-15Add deploy step: publish package and release notesBruno Oliveira
2020-01-14Merge pull request #6446 from blueyed/tox-mypyDaniel Hahler
2020-01-14Implement code coverage in GitHub actions (#6441)Bruno Oliveira
2020-01-14tox: add mypy toxenvDaniel Hahler
2020-01-12tox: linting: pass posargsDaniel Hahler
2020-01-11Implement code coverage in GitHub actionsBruno 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-24tox: docs: --keep-going and posargsDaniel Hahler
2019-11-21Added link checking to tox and release.py (#5614)Zac Hatfield-Dodds
2019-11-12filterwarnings: ignore DeprecationWarning from noseDaniel Hahler
2019-11-06Fixed broken linksSteffen Schroeder
2019-11-06Added checklinks to tox and release.pySteffen Schroeder
2019-11-06[RDY] tox: remove platform restriction, only used for pexpect (#6068)Bruno Oliveira
2019-11-05Revert "tests: filterwarnings: do not crash with "(rm_rf)" warning"Daniel Hahler
2019-10-27tox: remove platform restriction, only used for pexpectDaniel Hahler
2019-10-18tox: pass TERMDaniel Hahler
2019-10-18tests: filterwarnings: do not crash with "(rm_rf)" warningDaniel Hahler
2019-10-06ci: test oldest supported attrsDaniel Hahler
2019-09-28Use 'python3' instead of 'python3.6' on toxBruno Oliveira
2019-08-15Forward TRAVIS_REPO_SLUG env var for GH publish notesBruno Oliveira
2019-08-12Publish GitHub release notes after deploymentBruno Oliveira
2019-08-02Merge master into featuresDaniel Hahler