![見出し画像](https://assets.st-note.com/production/uploads/images/14488653/rectangle_large_type_2_de4656b3dff15f68f196b4053b03ad18.png?width=1200)
超簡単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でバッチアイコンクリックするとバッチアイコン設置方法教えてくれます