aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Standardize and modernize package configuration.Matěj Cepl2024-04-291-4/+0
|
* Drop support for Python 3.6Adam Spiers2022-06-211-1/+1
| | | | | | | | | | These days pygit2 requires Python >= 3.7: https://pypi.org/project/pygit2/ So reluctantly drop support for 3.6. If anyone can figure out a way of bringing it back (e.g. via using old versions of pygit2 where necessary), we could consider doing that.
* Update tox.ini for newer PythonsAdam Spiers2021-04-031-1/+1
|
* add sdist environment to toxAdam Spiers2018-05-171-0/+3
| | | | | This allows building of the sdist via tox -e sdist, which will place the result in ~/.tox/distshare for use by git-explode.
* don't install when linting with flake8Adam Spiers2018-05-161-0/+1
| | | | | This is a needless waste of time. Why on earth aren't these sensible defaults? I've filed issues in PyScaffold.
* Add py36 to tox.iniThomas Bechtold2018-05-151-1/+1
| | | | Python 3.6 is available so add it to tox.ini so it can be tested.
* Set "usedevelop" in tox.iniThomas Bechtold2018-05-151-0/+1
| | | | | | | | | | Recreating the sdist tarball takes some time when calling tox. So skip the sdist creation (which will be implicitly done when "usedevelop=True" is set) and do the "setup.py develop" step instead which is recommended in the tox documentation[1]. [1] http://tox.readthedocs.io/en/latest/example/general.html#avoiding-expensive-sdist
* drop py33 from tox environmentsAdam Spiers2018-05-151-1/+1
|
* remove boilerplate from tox.iniAdam Spiers2018-05-151-1/+0
|
* convert into a proper Python moduleAdam Spiers2018-05-151-0/+25
Sem-Ver: api-break