| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This allows building of the sdist via tox -e sdist, which will place
the result in ~/.tox/distshare for use by git-explode.
|
|
|
|
|
| |
This is a needless waste of time. Why on earth aren't these sensible
defaults? I've filed issues in PyScaffold.
|
|
|
|
| |
Python 3.6 is available so add it to tox.ini so it can be tested.
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
Sem-Ver: api-break
|