見出し画像

超簡単Travis CI(継続的インテグレーション)入門(Python・GitHub)

超簡単Travis CI(継続的インテグレーション)の使い方

1. Travis CIへ行きGitHubサインアップ

2. GitHubで(Travis CI公式)PythonサンプルをFork

3. Forkしたリポジトリをcloneして変更

$ git clone https://github.com/<user>/python-example.git

4. 変更をpush

$ git add .
$ git commit -m "test travis"
$ git push -u origin master

5. Travis CIで結果確認

以上、超簡単!

ちなみにTravis CIでバッチアイコンクリックするとバッチアイコン設置方法教えてくれます

画像1

6. 参考


この記事が気に入ったらサポートをしてみませんか?