Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
add compile step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed Aug 25, 2019
1 parent abac583 commit a14ede5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a14ede5

Please sign in to comment.