Files
hosts/.travis.yml
2017-06-28 20:13:01 -07:00

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