summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | * Fix test_invalidEscape with recent PyPy3 versions, closes #584 * CI: update PyPY version in Travis and AppVeyor Also make it easier to update for AppVeyor.
* List Python 3.8 support (#541)Brett Cannon2020-05-111-1/+1
| | | | | | | | | * Add Python 3.8 to Travis * Add Python 3.8 to Tox * Add Python 3.8 trove classifier * List Python 3.8 as supported in the README
* 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
| | | | | | | | | | * Bump flake8 versions and fix errors * Change pep8 to pycodestyle and bump version * Make changes * Stick with syntax in tox.ini
* 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
| | | | | | | | | | | | | | | | | | | | * Ignore JetBrains/PyCharm project files * Drop support for EOL Python <2.7, 3.2-3.3 * Replace function call with set literal * Drop pypy3.3-5.2-alpha1 as it's based on EOL Python 3.3.5 * PY32 and PY33 are now essentially equal to PY2 * Upgrade pypy3-2.4.0 (Python 3.2.5) to pypy3-v5.10.0 (Python 3.5.3) * Comment out failing pypy3-v5.10.0 until pypy3-v5.10.1 is released * Revert "Ignore JetBrains/PyCharm project files" This reverts commit 99f1d967e5968f93175f70fb04ea8bc34e96d600.
* Match tox test matrix with and Travis configurationsJon Dufresne2017-09-191-1/+1
| | | | | Testing for Python 3.2 was removed in c94e50759839b781cdbb029ae68f8069234ada3b.
* Fix TestMain tests on Windows (#75)John Vandenberg2016-07-211-0/+1
| | | | | | | | | Currently the API test module has failures for TestMain class, added in f0084592, on Windows as SysStreamCapturing is in universal newlines mode while its super class IntegrationTests is using a native console stream with newline=os.linesep. Add Appveyor CI script as .appveyor.yml, which can be selected in the Appveyor settings.
* Merge pull request #63 from jayvdb/update-tox.iniJohn Vandenberg2016-05-041-3/+1
| | | Add all versions to tox.ini
* 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