pyicloud/.travis.yml
Quentame ababe3cdf3
Back is black (#259)
* Back is black

* Format with black
2020-03-24 14:54:43 +01:00

19 lines
255 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:
- pylint pyicloud tests
- ./scripts/check_format.sh;
- py.test