summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
...
| * Use shutil for rmtreeBrian Rutledge2021-06-121-2/+1
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-05-041-1/+1
|\ \ | |/
| * Make sphinx fail on any warnings (#36)Sviatoslav Sydorenko2021-04-251-1/+1
* | Merge https://github.com/jaraco/tideliftJason R. Coombs2021-03-221-3/+0
|\ \
| * | Tidelift no longer requires or expects publishing release notes.Jason R. Coombs2021-03-221-7/+0
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-03-071-1/+1
|\ \ \ | | |/ | |/|
| * | Require twine 3 with keyring unconditionally required.Jason R. Coombs2021-03-061-1/+1
* | | Remove bootstrap and tox-pip and instead rely on pep517.Jason R. Coombs2021-01-191-6/+0
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-01-161-2/+2
|\ \ \ | |/ /
| * | Replace pep517.build with build (#37)Sviatoslav Sydorenko2021-01-081-2/+2
* | | Unset tag_build and tag_date prior to cutting a release. Fixes #2500.Jason R. Coombs2020-12-211-0/+2
* | | Merge https://github.com/jaraco/tidelift into mainJason R. Coombs2020-12-201-0/+3
|\ \ \ | | |/ | |/|
| * | Move Tidelift token into Travis configurationJason R. Coombs2019-08-221-0/+2
| * | Use technique for environment passing matching that found in jaraco/skeletonJason R. Coombs2019-05-171-2/+0
| * | Add support for automatic publishing of release notesJason R. Coombs2019-05-171-0/+7
| /
* | Ensure windir is passed in environment.Jason R. Coombs2020-12-201-0/+2
* | Restore fail on warning in docs builds.Jason R. Coombs2020-12-201-1/+1
* | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-121-37/+18
|\ \ | |/
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+40
* 🚑 Make Sphinx nitpicky about broken referencesSviatoslav Sydorenko2020-10-161-1/+10
* Create Github releases when releasing. Fixes #2328.Jason R. Coombs2020-08-301-0/+3
* Merge pull request #2254 from pypa/better-covJason R. Coombs2020-07-121-4/+0
|\
| * Programmatically disable coverage when running on PyPy.Jason R. Coombs2020-07-121-4/+0
* | Merge pull request #2166 from pypa/bugfix/2165-remove-site-pyJason R. Coombs2020-07-031-2/+0
|\ \ | |/ |/|
| * Setuptools no longer installs a site.py file during easy_install or develop i...Jason R. Coombs2020-05-291-2/+0
* | More directly disable coverage when running tests on pypy.Jason R. Coombs2020-07-021-1/+5
* | Move coverage configuration to .coveragerc. Saves characters and separates co...Jason R. Coombs2020-07-021-8/+1
|/
* The workaround is only needed for Python 2. Ref #1998.Jason R. Coombs2020-05-291-1/+1
* Pass environment variables when running finalize. Fixes #2057.Jason R. Coombs2020-04-061-0/+1
* Avoid install during finalizeJason R. Coombs2020-03-081-0/+1
* Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-0/+7
* Use CPython 3.8.0 mechanism to find msvc 14+mayeut2020-03-071-1/+1
* Merge branch 'maint/44.x'Jason R. Coombs2020-02-151-0/+2
|\
| * Pin virtualenv to <20 as workaround for #1998.Jason R. Coombs2020-02-151-0/+2
| * Bootstrap the environment in tox, allowing simple 'tox' to run tests and simp...Jason R. Coombs2020-02-061-3/+1
* | Move docs dependencies into package metadata and use same technique as jaraco...Jason R. Coombs2020-01-211-5/+5
* | Set PIP_USE_PEP517 in installer command so as not to influence the tests with...Jason R. Coombs2020-01-211-1/+0
* | Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools ...Jason R. Coombs2020-01-201-0/+1
* | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...Jason R. Coombs2020-01-201-1/+0
* | Move test dependencies to package metadata.Jason R. Coombs2020-01-191-1/+2
* | Merge pull request #1980 from pypa/feature/bootstrap-in-toxJason R. Coombs2020-01-191-3/+1
|\ \
| * | Bootstrap the environment in tox, allowing simple 'tox' to run tests and simp...Jason R. Coombs2020-01-191-3/+1
* | | Remove another reference to py27Jason R. Coombs2020-01-191-1/+1
|/ /
* | Restore testing on Python 2, bypassing the requires-python check when install...Jason R. Coombs2020-01-121-1/+3
|/
* Rely on tox-pip-version to upgrade pip and minimize the hack for removing set...Jason R. Coombs2020-01-121-3/+5
* Merge pull request #1908 from benoit-pierre/drop_py34_supportJason R. Coombs2020-01-011-1/+1
|\
| * drop support for Python 3.4Benoit Pierre2019-11-151-1/+1
* | Publish release notes to tidelift following release.Jason R. Coombs2019-12-011-0/+3
* | Restore 'setup.py' release stepJason R. Coombs2019-12-011-2/+2
* | Invoke bootstrap prior to cutting release.Jason R. Coombs2019-12-011-0/+1