pyicloud/.travis.yml

24 lines
332 B
YAML
Raw Normal View History

2020-03-23 19:23:05 +01:00
os: linux
dist: xenial
2014-10-06 05:28:42 +02:00
language: python
python:
- 2.7
2020-03-20 12:36:07 +01:00
- 3.4
2020-02-05 20:44:36 +01:00
- 3.7
2020-03-20 12:36:07 +01:00
- 3.8
2020-03-23 19:23:05 +01:00
cache:
pip: true
2014-10-06 05:28:42 +02:00
before_install:
2020-03-23 19:23:05 +01:00
- pip install -r requirements_all.txt
2014-10-06 05:28:42 +02:00
- pip install -e .
2020-04-02 19:45:17 +02:00
install:
- python setup.py install
- python setup.py sdist
before_script:
2020-03-23 19:31:56 +01:00
- pylint pyicloud tests
2020-04-02 19:45:17 +02:00
- ./scripts/check_format.sh
script:
- py.test