summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
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
2019-07-20fixup! tox.ini: clean up filterwarningsDaniel Hahler
2019-07-20tox.ini: clean up filterwarningsDaniel Hahler
2019-07-16Merge pull request #5593 from bluetech/type-annotations-1Ran Benita
2019-07-14Use flake8's extend-ignore instead of ignoreRan Benita
2019-07-11Remove support code for unittest 2Bruno Oliveira
2019-07-08Show warning about importing abcs from collections onceBruno Oliveira
2019-06-30Remove 'RemovedInPytest4Warning'Bruno Oliveira
2019-06-27Remove stray comment from tox.iniAnthony Sottile
2019-06-12Minor: tox: coverage: use -m with coverage-report (#5427)Bruno Oliveira
2019-06-09tox: coverage: use -m with coverage-reportDaniel Hahler
2019-06-08ci: optimize twisted/pexpect related jobsDaniel Hahler
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-30tox: pexpect: use "-m uses_pexpect"Daniel Hahler
2019-05-28conftest: add uses_pexpect markDaniel Hahler