A minimal monitoring system
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- |
|
dist: xenial |
|
language: python |
|
matrix: |
|
include: |
|
- python: "3.5" |
|
env: TOXENV=py3 |
|
- python: "3.6" |
|
env: TOXENV=py3 |
|
- python: "3.7" |
|
env: TOXENV=py3 |
|
- python: "pypy3.5" |
|
env: TOXENV=pypy3 |
|
|
|
install: |
|
- pip install tox |
|
script: |
|
- tox
|
|
|