summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* manual: drop python 2Anthony Sottile2021-11-081-1/+1
|
* Add additional py environments to toxMarc Mueller2021-05-031-1/+1
|
* Instrument code coverageAnthony Sottile2020-03-241-8/+9
|
* Add support for assignment expressionsFichteFoll2019-07-311-1/+1
| | | | | | Introduced in Python 3.8 with PEP-572. Refer to https://www.python.org/dev/peps/pep-0572.
* Update tox url in tox.iniAdam Johnson2019-02-281-1/+1
| | | | The previous one lead to a dead-end 404.
* Add testing and document support for Python 3.7Jon Dufresne2018-09-091-1/+1
| | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6 an 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29 and 3.3 on 2017-09-29. For additional details on support Python versions, see: https://devguide.python.org/#status-of-python-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Removed all workarounds for older Pythons. Updated trove classifiers and documentation to better communicate supported Python versions. Additionally, pass python_requires argument to setuptools. Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. Can now use more modern Python syntax including dictionary comprehension as well as more generators. Closes #755
* Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-111-2/+2
|
* Fix flake8 test environmentIan Stapleton Cordasco2018-04-121-1/+2
|
* Switch Travis to use toxIan Cordasco2017-01-251-1/+7
| | | | | | | | | | This reduces confusion about how travis runs tests versus a local developer. Unfortunately, pypy3 on Travis is stuck to a version that only implements Python 3.2. There is no convenient work around for that version so we remove it from our matrix until Travis updates their images.
* Updated tox to do same tests as Travis CIIan Lee2016-06-251-1/+1
|
* Added skip missing interpreters flag to tox configIan Lee2016-06-061-0/+1
|
* Updated file names testedIan Lee2016-05-261-1/+1
|
* Updated tox for package renameIan Lee2016-05-261-3/+3
|
* fix broken linkThijs Triemstra2016-02-171-1/+1
|
* Added missing python envs to tox.iniIan Lee2016-02-161-1/+1
|
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-5/+0
|
* Add 3.4 to tox.iniFlorent Xicluna2014-03-221-1/+1
|
* Fixes tox.ini testsuite typoZhongyue Luo2013-03-081-1/+1
| | | | Removed "pep8.py" from testsuite execution
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+1
|
* Add installation to the testsFlorent Xicluna2013-01-181-0/+1
|
* Option --repeat is obsoleteFlorent Xicluna2012-12-221-1/+1
|
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-221-0/+5
|
* Enable tests on Python 3.3Florent Xicluna2012-12-221-1/+1
|
* Add a tox.iniMarc Abramowitz2012-05-091-0/+13