Skip to content

Commit

Permalink
travis ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Jan 11, 2018
1 parent d56851f commit 54ba3ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
cache: pip
install:
- pip install -r requirements.txt
script: make
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
PyYAML

0 comments on commit 54ba3ae

Please sign in to comment.