Create .travis.yml
This commit is contained in:
parent
11b47c0562
commit
ac3eff13de
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- bash ./examples/generate.sh
|
Loading…
Reference in New Issue