Skip to content

Commit

Permalink
add very simple continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nlehuby committed Sep 4, 2019
1 parent 85e5b66 commit c66af85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
install:
- make deps
script:
- make test
- python example.py

0 comments on commit c66af85

Please sign in to comment.