Skip to content

Commit

Permalink
Add .travis.yml to use Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsurubee committed Dec 7, 2017
1 parent d9ee2d1 commit 3a9dbbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- python setup.py install
script:
- python setup.py test

0 comments on commit 3a9dbbd

Please sign in to comment.