Commit Graph

225 Commits

Author SHA1 Message Date
Glyph 06786483cb Revert "tox ini"
This reverts commit a810e44941.
2020-01-09 01:15:49 -08:00
Tom Most 437805a7d4
Merge branch 'trunk' into 9737-lint-dotdotdot 2019-12-15 20:53:19 -08:00
Amber H. Brown a810e44941 tox ini 2019-12-15 14:36:42 -08:00
Colin Watson aab5ea4e53
Merge branch 'trunk' into 9737-lint-dotdotdot 2019-11-26 23:31:55 +00:00
Colin Watson 41fe30ff40 Include working tree changes too
`git diff trunk...` is equivalent to `git diff $(git merge-base trunk
HEAD) HEAD`, which on reflection isn't quite right here because we want
to include changes in the working tree too.

`git diff $(git merge-base trunk HEAD)` gets it right, by explicitly
comparing against the common ancestor but including any changes in the
working tree.
2019-11-24 13:46:45 +00:00
Colin Watson a7cee06d81 Run pycodestyle-twisted against merge-base with trunk
`git diff trunk` includes changes on trunk since the common ancestor of
the current branch and trunk, which is unreasonably confusing if you're
looking at `tox -e lint` output on an out-of-date branch.  Instead, use
`git diff trunk...`, which diffs against the common ancestor of the
current branch and trunk.
2019-11-24 13:16:26 +00:00
Glyph 3c97fcec68 update tox.ini 2019-11-23 22:06:23 -08:00
Kyle Altendorf 5360f0e30c Force serial testing when appropriate via tox 2019-08-19 11:31:07 -07:00
Tom Most 4e919ebd86 Generate long_description from README.rst 2019-06-04 14:38:38 -07:00
Amber Brown a983c38cd4 Attempt to fix the linting issues by not using an editable install 2019-04-27 10:39:43 +10:00
Glyph 6f668a4b22 ahem 2019-04-14 14:28:07 -07:00
Glyph 2e594fef59 "PyYAML is not installed, skipping .coveralls.yml" 2019-04-14 14:10:47 -07:00
Glyph 4a8ccedbbf skip installs in all coverage-tool environments 2019-04-12 23:50:24 -07:00
Glyph 839223fd99 stuff 2019-04-12 22:25:43 -07:00
Glyph fcd6ea08f4 clean up some environment garbage 2019-04-12 22:17:10 -07:00
Glyph 08993b4d66 Merge remote-tracking branch 'origin/trunk' into enhanced-coverage-configuration 2019-04-12 21:25:22 -07:00
Glyph db06d70e6c improve cloud code coverage configuration
- separate coverage preparation and publishing
- add coverage publishing to circle macOS builders
- add publishing to coveralls, which might actually be the good one now
2019-04-12 21:18:26 -07:00
Craig Rodrigues 93408d5cd6 Remove Python 3.4 from tox 2019-04-05 22:08:57 -07:00
Kyle Altendorf 3b7aff382b Review response 2019-01-13 17:55:18 -05:00
Kyle Altendorf 5e9e5bb56f Explicitly state versions to build for cibuildwheel 2018-09-23 21:21:46 -04:00
Kyle Altendorf a761d933af
Use released cibuildwheel==0.10.0 2018-09-23 17:23:44 -04:00
Kyle Altendorf 33cb8cdacf
Update back to cibuildwheel master 2018-09-23 16:40:47 -04:00
Kyle Altendorf f74db1041f
Try out latest PR#97 from cibuildwheel 2018-09-22 23:00:06 -04:00
Kyle Altendorf 80ce15939a Update to more recent (but still not released) cibuildwheel 2018-09-18 22:41:20 -04:00
Kyle Altendorf b5ae05209d Remove diagnostics in tox.ini 2018-09-18 22:22:45 -04:00
Kyle Altendorf 1a03e73ace build an sdist .tar.gz and .zip while we are at it... 2018-09-17 09:56:01 -04:00
Kyle Altendorf 98a7dfddca Build cp37-* wheels now too 2018-09-07 08:23:32 -04:00
Kyle Altendorf 0feaf60fe3 use master on cibuildwheel now that pr is merged 2018-09-05 07:26:06 -04:00
Kyle Altendorf 61b6b9f15c latest cibuildwheel branch for circle 2018-09-03 11:22:39 -04:00
Kyle Altendorf c921754e6b Use PR for Circle support 2018-08-29 12:39:43 -04:00
Kyle Altendorf 505071ace3 Try setting cibuildwheel project directory explicitly 2018-08-29 12:33:31 -04:00
Kyle Altendorf e7cc49f890 More docker diagnostics... again... again... again 2018-08-29 12:27:15 -04:00
Kyle Altendorf 348d6dad74 More docker diagnostics... again... again 2018-08-29 12:23:12 -04:00
Kyle Altendorf e9ddcc90ee More docker diagnostics... again 2018-08-29 12:19:52 -04:00
Kyle Altendorf 1a5a10d80c More docker diagnostics 2018-08-29 12:13:18 -04:00
Kyle Altendorf ec0ffc7e0d Also diagnostic print current directory path... again 2018-08-29 11:53:56 -04:00
Kyle Altendorf 025959b39a Also diagnostic print current directory path 2018-08-29 11:51:26 -04:00
Kyle Altendorf c7a1f08fc5 List current directory contents before cibuildwheel for debug 2018-08-29 11:24:51 -04:00
Kyle Altendorf f6a11bbeee Escape some curlies in tox.ini for printing env vars 2018-08-29 11:20:40 -04:00
Kyle Altendorf 2b23b00a86 Also print sys.version and platform in tox 2018-08-28 16:11:23 -04:00
Kyle Altendorf e69dace6d6 Correct diagnostic wheelhouse print... again... again... again 2018-08-28 14:59:06 -04:00
Kyle Altendorf 3f28372725 Correct diagnostic wheelhouse print... again... again 2018-08-28 14:48:58 -04:00
Kyle Altendorf a0c66e942a Correct diagnostic wheelhouse print... again 2018-08-28 14:35:36 -04:00
Kyle Altendorf 802c13cbbd Use os.path.join() for artifacts directory listing 2018-08-28 14:28:24 -04:00
Kyle Altendorf f18c0893d6 Skip building 3.7 wheels as well 2018-08-28 14:16:36 -04:00
Kyle Altendorf e3f662b641 Add diagnostic print of resulting wheels 2018-08-28 14:05:23 -04:00
Kyle Altendorf 0e45c7547e Move CIBW_SKIP to tox.ini and correct to cp33-* 2018-08-28 13:45:40 -04:00
Kyle Altendorf 92cd37821d Add diagnostic print of environment variables 2018-08-28 13:43:17 -04:00
Kyle Altendorf f9d1233aac Fit wheels target into the normal tox.ini setup 2018-08-28 12:52:29 -04:00
Kyle Altendorf 74fadeb0ec Attempt to use python3.6 for cibuildwheels 2018-08-28 10:08:06 -04:00