Commit Graph

9 Commits

Author SHA1 Message Date
Brian Warner
920d494e36 appveyor: add _trial_temp/test.log as an "artifact"
Name it "trial_test_log.txt", so it can be read in a browser, not just
downloaded.

I'm hoping this will help track down why
test_magic_folder.RealTest.test_batched_process occasionally times out on
windows.
2018-03-29 19:25:50 -07:00
Brian Warner
9da41d67e2 try a backslash 2018-02-08 11:43:51 -08:00
Brian Warner
33b5da48ff appveyor.yml: try different artifact syntax
With luck this will upload each binary .whl file as a separate "artifact"
file, rather than merging them all together into a single `dist.zip` bundle.
2018-02-08 10:42:31 -08:00
meejah
856425fe0f blow away _trial_temp on windows 2017-10-31 11:44:31 -06:00
Brian Warner
2cd30f6e72 appveyor: enable 32-bit, build zipfile of wheels as artifact 2016-12-14 14:18:10 -08:00
Brian Warner
d23db295e6 appveyor: build dependency wheels too, make them downloadable 2016-12-14 13:58:55 -08:00
Brian Warner
2d5e1e55ae appveyor: no longer need to use tox from upstream git
The most recent Tox release fixed the bug (issue314).
2016-10-14 09:07:30 -07:00
Brian Warner
b7d561f458 appveyor: tox upstream moved repo to github
Once they make a new release (that includes the fix for a windows bug),
we can stop installing it from VCS, and it won't matter where the repo
lives.
2016-09-22 09:56:24 -07:00
Brian Warner
b93056d34d turn on appveyor CI 2016-03-15 13:02:56 -07:00