summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-2/+14
* Remove py33 from toxMiro Hrončok2018-06-051-1/+1
* Add Python 3.7 to tox and GitLab CIVille Skyttä2018-05-201-1/+1
* Add W504 to default ignore list.Jimi Cullen2018-04-151-1/+1
* Make our flake8 output more colorfulIan Stapleton Cordasco2017-11-261-0/+2
* Add pep8-naming to flake8 lintingIan Stapleton Cordasco2017-11-261-0/+1
* Upgrade dependencies when dogfoodingIan Cordasco2017-05-271-1/+1
* Change dogfood environment to use Python 2.7Ian Cordasco2017-01-211-1/+1
* Add py36 to tox, correct a tiny typoAnthony Sottile2017-01-201-2/+2
* Fix up GitLab CI runnersIan Cordasco2017-01-151-1/+1
* Blacklist pytest 3.0.5Ian Cordasco2016-12-231-1/+1
* Require mock 2.0.0, because unit tests are failing on older oneOndřej Nový2016-11-221-1/+1
* Revert "Update release machinery to include manpages"Ian Cordasco2016-11-141-9/+0
* Update release machinery to include manpages3.1.0Ian Cordasco2016-11-141-0/+9
* Add a man page for Flake8Ian Cordasco2016-11-131-0/+1
* Add coverage reporting and uploadingIan Cordasco2016-08-061-1/+4
* Set dogfood testenv to Python 3.5Ian Cordasco2016-08-031-1/+1
* Re-allow for relative paths for excludeIan Cordasco2016-07-291-4/+12
* Update our flake8 testenv dependencies uncap-flake8Ian Cordasco2016-07-261-2/+2
* Force flake8 test to below 3.xFabian Neundorf2016-07-251-1/+1
* Add build testenv for future CI workIan Cordasco2016-07-101-2/+11
* Set default python for flake8 testenvIan Cordasco2016-07-101-0/+1
* Simplify our test environmentsIan Cordasco2016-06-301-16/+0
* Add README to lintersIan Cordasco2016-06-291-0/+4
* Add a dogfood testenvIan Cordasco2016-06-281-1/+12
* Search current directory if no paths are specifiedIan Cordasco2016-06-261-1/+1
* Fix linters to use src/flake8Ian Cordasco2016-06-251-2/+2
* Enable GitLab CIIan Cordasco2016-06-251-1/+1
* Update the packaging so wheels workIan Cordasco2016-06-251-0/+13
* Move flake8 into srcIan Cordasco2016-06-251-1/+1
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-0/+2
* Set a lower-limit on flake8-docstringsIan Cordasco2016-06-161-1/+1
* Configure bandit to ignore subprocess warningsIan Cordasco2016-06-141-1/+1
* Exclude our fixtures from Flake8Ian Cordasco2016-06-071-1/+1
* Refactor docs requirements into file for RTDIan Cordasco2016-06-041-3/+1
* Use correct basepython for docs testenvsIan Cordasco2016-06-041-1/+2
* Handle sdist installation without toxIan Cordasco2016-05-301-1/+0
* Add configparser to pypy testenvIan Cordasco2016-05-301-1/+1
* Rely on Python 3.4 backport of configparserIan Cordasco2016-05-301-0/+1
* Begin adding user-facing documentationIan Cordasco2016-05-261-0/+1
* Trim unsupported environmentsIan Cordasco2016-05-101-1/+1
* Add bandit for security lintingIan Cordasco2016-05-081-0/+12
* Add documentation around the cliIan Cordasco2016-05-081-0/+1
* Exclude more directoriesIan Cordasco2016-03-171-1/+1
* Add note to tox.ini for othersIan Cordasco2016-02-251-0/+4
* Re-order project imports based on flake8-import-orderIan Cordasco2016-02-251-0/+1
* Set the maximum complexity for mccabeIan Cordasco2016-02-231-0/+1
* Add doc8 to lintersIan Cordasco2016-02-231-0/+2
* Add doc8 lintingIan Cordasco2016-02-231-0/+11
* Add unified linters testenvIan Cordasco2016-02-221-1/+16