diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3aee491..50fcd8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,19 @@ language: shell +os: linux +dist: focal + +addons: + apt: + packages: + - python3 + - python3-pip + +install: + - pip3 install -U pip + - pip3 install setuptools + - pip3 install vim-vint + - pip3 install flake8 + script: - ./test |
