pyicloud/.travis.yml
2020-04-02 19:45:17 +02:00

23 lines
332 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 .
install:
- python setup.py install
- python setup.py sdist
before_script:
- pylint pyicloud tests
- ./scripts/check_format.sh
script:
- py.test