Create .travis.yml

This commit is contained in:
Raphael 2019-01-14 11:28:09 +01:00 committed by GitHub
parent 11b47c0562
commit ac3eff13de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

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