senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
469 stars 190 forks source link

Add travis config and modify tests so they work on Travis CI #15

Closed Kami closed 11 years ago

Kami commented 11 years ago

This branch hooks up tests with Travis CI service (https://travis-ci.org). To automatically run tests on every push you need to enable Github Travis CI hook after you merge this pull request into master.

You can see example Travis test run at https://travis-ci.org/Kami/python-video-converter/jobs/8851155

Keep in mind that tests in master currently fail, but I've fixed this in #14.

Kami commented 11 years ago

@senko Would appreciate if you can have a look at this on as soon as possible - thanks.

I have a couple of other pull requests with new features coming, but they all depend on this one and fixes in #14.

senko commented 11 years ago

Kami, this is great, thanks so much for setting up the Travis tests and for the other contributions. Keep'em coming :)