summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* upgrade flake8 to silence file_tokens warning (#751)Anthony Sottile2022-11-271-1/+1
* pyflakes: python3.8+ (#752)Anthony Sottile2022-11-271-2/+1
* upgrade flake8 to 4.0.1 (#706)Anthony Sottile2022-05-301-1/+1
* Drop support for EOL Python 2.7 and 3.4-3.5 (#660)masterHugo van Kemenade2021-12-241-1/+1
* fix syntax error offsets for python 3.10 (#635)Anthony Sottile2021-05-201-1/+1
* allow passing tox positional arguments to unittest (#624)Terence Honles2021-03-231-1/+1
* Fix test_invalidEscape with recent PyPy3 versions, closes #584 (#585)Louis Sautier2020-10-021-0/+1
* List Python 3.8 support (#541)Brett Cannon2020-05-111-1/+1
* Make pyflakes more resistant to syntax additions (#490)Anthony Sottile2020-02-071-0/+1
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-3/+1
* Update TravisCI to use flake8 3.6.0 (#398)Addison Elliott2019-01-021-3/+2
* Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379)Jörn Heissler2018-12-221-1/+1
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-1/+1
* Match tox test matrix with and Travis configurationsJon Dufresne2017-09-191-1/+1
* Fix TestMain tests on Windows (#75)John Vandenberg2016-07-211-0/+1
* Merge pull request #63 from jayvdb/update-tox.iniJohn Vandenberg2016-05-041-3/+1
* Apply best practices: pin versionsFlorent Xicluna2014-04-261-1/+1
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-261-1/+8
* Fix newline.Adi Roiban2014-04-221-1/+1
* Add pyflakes checks into test suite.Adi Roiban2014-04-221-0/+1
* Remove Python 2.5 from the tox.iniFlorent Xicluna2014-03-221-1/+1
* Add Python 3.4 to tox.iniFlorent Xicluna2014-01-171-1/+1
* Add a tox.iniMarius Gedminas2013-07-041-0/+10