mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
11 lines
185 B
YAML
11 lines
185 B
YAML
language: python
|
|
matrix:
|
|
include:
|
|
- python: 2.7
|
|
- python: 3.7
|
|
before_install: pip install --upgrade pip
|
|
script: ./script/cibuild
|
|
notifications:
|
|
email:
|
|
- ross@github.com
|