Commit Graph

25 Commits

Author SHA1 Message Date
Jean-Paul Calderone
9bbdbf3fe7 get rid of this I guess 2019-05-13 11:23:04 -04:00
Jean-Paul Calderone
26dad41c82 Pin the older tox to see if that helps 2019-05-13 11:19:15 -04:00
Jean-Paul Calderone
f82d74f327 Dump more tox logs
Because we still don't know what versions of python packages are installed
2019-05-13 10:36:35 -04:00
Jean-Paul Calderone
f5d5a1311f Maybe this is how you do quotes on Windows 2019-05-13 10:18:11 -04:00
Jean-Paul Calderone
ec304a8c2a Constrain to older pip that might be less broken
Trying to fix appveyor failure:

```
Obtaining file:///C:/projects/tahoe-lafs
    Complete output from command python setup.py egg_info:
    warning: no previously-included files found matching 'pyproject.toml'

    Installed c:\projects\tahoe-lafs\.eggs\setuptools-41.0.1-py2.7.egg
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\projects\tahoe-lafs\setup.py", line 297, in <module>
        **setup_args
      File "c:\python27\Lib\distutils\core.py", line 111, in setup
        _setup_distribution = dist = klass(attrs)
      File "C:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\setuptools\dist.py", line 272, in __init__
        _Distribution.__init__(self,attrs)
      File "c:\python27\Lib\distutils\dist.py", line 287, in __init__
        self.finalize_options()
      File "C:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\setuptools\dist.py", line 327, in finalize_options
        ep.load()(self, ep.name, value)
      File "C:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\pkg_resources\__init__.py", line 2202, in load
        return self.resolve()
      File "C:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\pkg_resources\__init__.py", line 2212, in resolve
        raise ImportError(str(exc))
    ImportError: 'module' object has no attribute 'check_specifier'
```
2019-05-13 10:09:01 -04:00
Jean-Paul Calderone
6fb1252f0e install coverage here too 2019-03-14 19:25:39 -04:00
Jean-Paul Calderone
0bead3638e invoke via -m 2019-03-14 19:25:35 -04:00
Jean-Paul Calderone
7300125170 "no coverage to combine"!
`coverage combine` fails if you give it no paths and there is no `coverage run
-p` data, it seems.  Try coverage reporting without the combine step.
2019-03-14 16:43:06 -04:00
Jean-Paul Calderone
bc7ae0eabc Perhaps this invocation will result in greater success 2019-03-14 16:18:46 -04:00
Jean-Paul Calderone
f5a97ef1ad correct the indentation to make it valid yaml 2019-03-14 13:26:12 -04:00
Jean-Paul Calderone
f4c1038a24 Report coverage information to The Cloud™ 2019-03-14 11:54:00 -04:00
Jean-Paul Calderone
31287efa95 Collect coverage information from the test suite 2019-03-14 11:53:52 -04:00
Jean-Paul Calderone
17c32a874b Fix comment typo 2019-03-14 11:53:45 -04:00
Jean-Paul Calderone
4a966a1591 Collect additional testing artifacts from Appveyor. 2019-03-12 19:29:41 -04:00
Jean-Paul Calderone
aa1b6a87eb Try harder to stop the branch builds. 2019-02-21 16:01:31 -05:00
Jean-Paul Calderone
97ebc923d4 Dear Appveyor: skip branch with pr
Thanks.
2019-02-21 15:20:41 -05:00
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