pyicloud/.travis.yml

14 lines
243 B
YAML
Raw Normal View History

2014-10-06 05:28:42 +02:00
language: python
python:
- 2.6
- 2.7
- 3.3
before_install:
- pip install -r requirements.txt
- pip install pytest mock pretend freezegun
- pip install -e .
- pip install -q pep8
script:
2014-10-06 05:37:15 +02:00
- pep8 pyicloud
2014-10-06 05:28:42 +02:00
- python setup.py test