diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0e9d9d3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.6" + - "3.7-dev" +install: + - pip install -r requirements.txt +script: bash ./examples/generate.sh diff --git a/README.md b/README.md index 8678c8e..ea67862 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # PhoneInfoga +[![Build Status](https://travis-ci.org/sundowndev/PhoneInfoga.svg?branch=master)](https://travis-ci.org/sundowndev/PhoneInfoga) ![](https://img.shields.io/badge/python-3-blue.svg) ![](https://img.shields.io/github/tag/SundownDEV/PhoneInfoga.svg) ![](https://img.shields.io/badge/license-MIT-blue.svg)