diff --git a/.travis.yml b/.travis.yml index 1b527ca..813581a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ - language: python - python: - - "3.6" - - "3.7" - install: +language: python +python: + - "3.6" + - "3.7" +install: - pip install -r requirements.txt - script: - - bash ./examples/generate.sh +script: bash ./examples/generate.sh