ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

travis jobs: enable Windows #134

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

Follow on to #132. Run Windows in Travis.

joshmoore commented 4 years ago

All platforms are running (periodically with tables failures) and a real issue with the Windows test arose:

>           return open(string, self._mode)
E           FileNotFoundError: [Errno 2] No such file or directory: 'C:UserstravisAppDataLocalTemppytest-of-unknownpytest-0popen-gw3testLoad0test'
joshmoore commented 4 years ago

Green!

joshmoore commented 4 years ago

Few commits pushed, @manics.

manics commented 4 years ago

Might need script: skip too https://docs.travis-ci.com/user/build-stages/#build-stages-and-deployments

joshmoore commented 4 years ago

That's us back green again, @manics. Not sure why both skips are needed.

joshmoore commented 4 years ago

¯\_(ツ)_/¯ Note: this may have further issues when it comes time to deploy a tag, but I'll deal with that during release.