Merge pull request #19 from sundowndev/travis-cfg

travis config
This commit is contained in:
Raphael 2019-01-14 10:38:12 +00:00 committed by GitHub
commit 17c11ec794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
- "3.7-dev"
install:
- pip install -r requirements.txt
script: bash ./examples/generate.sh

View File

@ -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)