Commit Graph

63 Commits

Author SHA1 Message Date
Amber Brown bf261af981 fix 2019-05-06 12:17:46 -04:00
Amber Brown 0702415705
remove appveyor tests 2019-05-06 11:11:29 -04:00
Glyph fb0c1ca0e5 darn it all 2019-04-13 00:49:39 -07:00
Glyph b83c90ac0e build the wheels last, since we generally care the least about these 2019-04-12 23:30:32 -07:00
Glyph 9e0c10837e so much for security 2019-04-12 23:28:50 -07:00
Glyph fac9437df0 follow example in docs 2019-04-12 23:14:57 -07:00
Glyph 565e65d239 set the repo token since it's not implicit for appveyor 2019-04-12 22:47:10 -07:00
Glyph 839223fd99 stuff 2019-04-12 22:25:43 -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
Jean-Paul Calderone 79ab1e391f
Merge branch 'trunk' into 6032-oTree-org-no-pywin32 2019-03-25 12:22:00 -04:00
oTree-org 222173fed8 made twisted.internet.endpoints importable on Windows when pywin32 is not installed 2018-11-22 04:15:53 +09:00
Kyle Altendorf 8b16dd2e4c update pip on appveyor and circle 2018-10-16 15:20:18 -04:00
Kyle Altendorf 2b5d2b2921
Merge branch 'trunk' into 9217-altendky-cibuildwheel 2018-09-27 01:50:51 -04:00
Kyle Altendorf a6e0e885b8 Require 3.7 build success on Travis and AppVeyor
https://twistedmatrix.com/trac/ticket/9540
2018-09-25 09:21:29 -04:00
Kyle Altendorf d289faf59c Merge branch 'trunk' into 9217-altendky-cibuildwheel 2018-09-06 09:13:01 -04:00
Kyle Altendorf 8d5caee033 correct TOXENV for py37 AppVeyor jobs 2018-09-05 22:44:55 -04:00
Kyle Altendorf a0af7032cf Preliminary 3.7 testing on Travis and AppVeyor with allowed failures 2018-09-05 17:13:43 -04:00
Kyle Altendorf 598e8c9ea5 Put wheels jobs first, at least for now 2018-08-28 14:00:40 -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 fa33890ecd Skip cp33 for cibuildwheel 2018-08-27 23:09:05 -04:00
Kyle Altendorf 4f74f58ab3 Adjust AppVeyor wheels job 2018-08-27 22:21:49 -04:00
Kyle Altendorf f638fbabb8 First pass at using cibuildwheel for linux/osx/windows 2018-08-27 22:13:14 -04:00
Amber Brown (HawkOwl) a241b6665b
3.6 fixes 2017-08-04 17:26:55 +10:00
Craig Rodrigues db47da94e0 IOCP reactor has been fixed for a while 2017-07-23 00:47:31 -07:00
Craig Rodrigues 448b571c57 Remove outdated comments 2017-07-23 00:46:38 -07:00
Craig Rodrigues b1747439a3 Install openssh instead of deprecated win32-openssh package 2017-07-23 00:45:27 -07:00
Amber Brown (HawkOwl) 335f807ae0 Merge remote-tracking branch 'origin/trunk' into 8544-tox-for-buildbot 2016-09-14 21:31:58 +08:00
Craig Rodrigues f7d95af4f9 Enable Python 3.3 and 3.4 64-bit builds 2016-08-22 15:18:24 -07:00
Craig Rodrigues 8b1ae6b337 Tests are now working on Python 3 in Windows 2016-08-22 07:59:52 -07:00
Craig Rodrigues 26b278d675 Add separate builds for select and iocp reactors on Python 2.7
Add iocp build to allow_failures section, since some of the
tests are still failing with the iocp reactor.
2016-08-22 06:44:40 -07:00
Adi Roiban 242ea8b60b Update after merge. 2016-08-21 11:32:03 +01:00
Craig Rodrigues 94f969166d Enable Appveyor build on Python 3.5 2016-08-11 15:43:42 -07:00
Craig Rodrigues 16da7c768c Use the default value of TRIAL_REPORTER=verbose in tox.ini
Appveyor does not seem to have the 4MB build log restriction that
Travis has.
2016-08-11 15:30:03 -07:00
Craig Rodrigues f59af0e3f8 Add matrix item for Python 3.5 but leave it commented out
Running tests on Windows Python 3.5 hangs, so this needs
more work before enabling.
2016-08-04 19:03:10 -07:00
Craig Rodrigues 48ba99cf2d Use run_with_env.cmd script to correctly set PATH to Microsoft compilers in Appveyor environment
Inspired by: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor.yml
2016-08-04 18:00:54 -07:00
Craig Rodrigues c6aadcb2c9 Work around the tox internal mapping of PYTHON_HOME, which doesn't work so well on Windows.
Inspired by http://nedbatchelder.com/blog/201509/appveyor.html
2016-08-04 18:00:54 -07:00
Craig Rodrigues 5b6f624df7 Display more info about the Python interpreter we are invoking 2016-08-04 18:00:48 -07:00
Craig Rodrigues 464ac0055c Prepend the Python directory to PATH.
This trick is taken from https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor.yml
2016-08-04 14:37:51 -07:00
Craig Rodrigues ad693be206 Move installing of OpenSSH earlier 2016-08-04 14:32:24 -07:00
Amber Brown (HawkOwl) a5a10bb475 more conservative changes 2016-07-25 14:23:18 +02:00
Amber Brown (HawkOwl) b45fb8c70f try nomodulescov 2016-07-25 13:36:04 +02:00
Amber Brown (HawkOwl) dfeaf6cad8 Fix conch test + topfile 2016-07-25 00:31:52 +02:00
Ville Skyttä 1d7df3fdad Spelling fixes 2016-07-20 02:28:48 -07:00
Adi Roiban c2f3d9ebde Publish coverage from windows. 2016-07-17 02:37:23 +01:00
Adi Roiban 47821b99e6 Revert attempts to send coverate on errors. 2016-07-13 19:31:38 +01:00
Adi Roiban a6aa0a2185 Copy coverage in the new env. 2016-07-13 18:41:27 +01:00
Adi Roiban 48ae04a5cf Use dedicated codecov publish env. 2016-07-13 18:27:08 +01:00
Adi Roiban 30bb11db69 See what is in envbindir. 2016-07-12 23:34:37 +01:00
Adi Roiban f8929298b2 Use coverate-publish. 2016-07-12 21:44:19 +01:00
Adi Roiban f2df20fb07 Add python 3.5. 2016-07-12 19:19:53 +01:00