mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
22 lines
211 B
YAML
22 lines
211 B
YAML
notifications:
|
|
email: false
|
|
|
|
language: python
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/pip
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.6"
|
|
|
|
install:
|
|
pip install flake8 mock nose
|
|
|
|
script:
|
|
- nosetests
|
|
- flake8
|