scriptharness / python-scriptharness

http://python-scriptharness.readthedocs.org/
Mozilla Public License 2.0
2 stars 2 forks source link

CI infrastructure #15

Open escapewindow opened 9 years ago

escapewindow commented 9 years ago

I'm currently running tests manually via Parallels and locally on my laptop. I'd like tests to run on pull request, and possibly on-landing or on-demand as well.

One platform should cover py27, py33, py34, py35, pypy; the others should cover at least py27 and py3-latest-stable.

djmitche commented 9 years ago

Is this beyond the capabilities of Travis-CI? I'm not sure why testing would require much beyond

TaskCluster could be helpful, after @mrrrgn lands her .taskcluster.yml work next quarter, and if Mozilla's using scriptharness (which is a possibility).

escapewindow commented 9 years ago

I think travis could definitely handle the linux portion at the very least. I just haven't set anything up yet, and this ticket tracks the work.