Files
kops-arm64/.travis.yml
Henning Jacobs d8b94db671 Switch to Poetry and Black (#254)
* Pipenv -> Poetry

* poetry and black
2019-12-23 20:07:46 +01:00

16 lines
215 B
YAML

dist: bionic
sudo: yes
language: python
python:
- "3.7"
services:
- docker
install:
- pip install poetry
- nvm install 7.4
- npm install -g eslint
script:
- make test docker
after_success:
- coveralls