archive
/
ymd
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
ymd/circle.yml

16 lines
175 B
YAML
Raw Normal View History

2017-03-14 17:58:29 +00:00
machine:
python:
version: 3.6.0
dependencies:
override:
- bash build.sh
2017-03-14 20:04:09 +00:00
test:
pre:
- pip install flake8
override:
- flake8 ymd/ --ignore=E128,E501