diff --git a/.travis.yml b/.travis.yml index d62aee7..344afc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ install: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide # - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: + python compile_notebooks pytest . # Check python install package # - pip install -e . diff --git a/README.md b/README.md index a9d7e6d..8424483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/keon/3-min-pytorch.svg?branch=master)](https://travis-ci.org/keon/3-min-pytorch) + # 3분 딥러닝 파이토치맛 > 저자: [김건우](https://github.com/keon), [염상준](https://github.com/ysangj)