kquick / Thespian

Python Actor concurrency library
MIT License
189 stars 24 forks source link

Setup Travis-CI #3

Closed vidbina closed 7 years ago

vidbina commented 7 years ago

@kquick I have a basic Travis-CI setup for 3 test cases that cover unit tests on py27, py33 and py35. There are still some resource-related issues (e.g.: methods that rely on timing sometimes fail) but we could use this as a starting point. At some point we'll have to get the the unit tests to be more deterministic after which we could work on the functional tests. Hope it's of any use to the project.

kquick commented 7 years ago

David,

This is a great start, thank you very much!

-Kevin