summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Run tox with Python 3.6 and 3.7py37Miro Hron?ok2018-06-081-1/+1
|
* tox.ini: Measure test coveragetox_coverageMarc Abramowitz2016-03-071-4/+4
|
* Enable testing with pypytox_add_pypyMarc Abramowitz2016-03-071-1/+1
| | | | | | | | This involved: - Adding "pypy" to the `tox.ini` envlist. - Adding `# doctest: +IGNORE_EXCEPTION_DETAIL` to 2 doctests, because the traceback message text is slightly different on PyPy.
* tox.ini: Add py35 to envlisttox_add_py35Marc Abramowitz2016-03-071-1/+1
|
* Fix setup.py for six dependencyVictor Stinner2015-04-231-1/+0
| | | | Move the six dependency from extras_require to install_requires.
* Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4Victor Stinner2015-04-211-0/+10
* MANIFEST.in: add regen-docs & tox.ini