8 lines
167 B
YAML
8 lines
167 B
YAML
|
|
linux:
|
|
image: python:3.8
|
|
script:
|
|
- curl -sSL https://get.docker.com/ | sh
|
|
- python -m pip install -r requirements-dev.txt
|
|
- python ./bin/run_tests.py
|