note Travis permission issue

[Imported from Trac: page NewbieDeveloperSetup, version 15]
daira 2013-09-02 19:44:31 +00:00
parent 016de280c4
commit 61bd2ae94b

@ -8,7 +8,7 @@ As I'm progressing my first steps in hacking tahoe-lafs I thought it might help
I will use Eclipse IDE because of wide use and availability. But just because I'm used to it. You might have your preferred tools. I'm on Ubuntu. I will use Eclipse IDE because of wide use and availability. But just because I'm used to it. You might have your preferred tools. I'm on Ubuntu.
The easiest workflow you can use is by working using Github's [Pull Requests](https://help.github.com/articles/using-pull-requests). Tahoe-LAFS's code has automated test coverage and each PR you will send will be tested automatically. However, if you want tests to be run even before sending a PR, [set up Travis CI on your own [GitHub](GitHub) forked repo](http://about.travis-ci.org/docs/user/getting-started/). This way, each commit you'll make, will have tests run on it. The easiest workflow you can use is by working using Github's [Pull Requests](https://help.github.com/articles/using-pull-requests). Tahoe-LAFS's code has automated test coverage and each PR you will send will be tested automatically. However, if you want tests to be run even before sending a PR, and if you're prepared to accept the [security issue of Travis needing write access](https://github.com/travis-ci/travis-ci/issues/1390), see [these docs for how to set up Travis CI on your own [GitHub](GitHub) forked repo](http://about.travis-ci.org/docs/user/getting-started/). This way, each commit you'll make, will have tests run on it.
1. Set up your OS. (I tinker a lot with mine so I maybe miss some). You have to [install python in your OS](http://python.org/download/) for tahoe to run. Most Linux distributions have it in their software repositories. 1. Set up your OS. (I tinker a lot with mine so I maybe miss some). You have to [install python in your OS](http://python.org/download/) for tahoe to run. Most Linux distributions have it in their software repositories.