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