decentfox / tulipcore

An alternative Gevent core loop implementation with asyncio
Other
134 stars 12 forks source link

configure automated tests with tox and travis #7

Closed graingert closed 9 years ago

graingert commented 9 years ago

Using tox and a gevent submodule, run the tests as they are run on the real gevent repo but with our event loop.

To alter the ignored files, we need to patch the known_failures.py file to add the tests that fail in addition to the Py3k failures.

Some tests were impossible to ignore so I fixed them (see commits for details)

graingert commented 9 years ago

@fantix @decentfox I've finally got this building, can you give this a review?

fantix commented 9 years ago

@graingert Wow that's wonderful! Thanks a thousand! We'll give a look asap!

fantix commented 9 years ago

refs #1

graingert commented 9 years ago

@fantix any chance of a merge/release?

fantix commented 9 years ago

Looks cool for me :shipit: