From a14ede53b2b5234b1a6d260828100cf6faefa9b8 Mon Sep 17 00:00:00 2001 From: keon Date: Sun, 25 Aug 2019 15:37:19 -0700 Subject: [PATCH] add compile step in ci --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) 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)