pyicloud/.travis.yml
2020-03-23 19:23:05 +01:00

18 lines
216 B
YAML

os: linux
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.7
- 3.8
cache:
pip: true
before_install:
- pip install -r requirements_all.txt
- pip install -e .
script:
- pep8 pyicloud
- py.test