2014-10-06 05:28:42 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.7
|
2016-07-11 22:48:31 +02:00
|
|
|
- 3.5
|
2014-10-06 05:28:42 +02:00
|
|
|
before_install:
|
|
|
|
- pip install -r requirements.txt
|
2014-10-06 05:59:30 +02:00
|
|
|
- pip install pytest mock unittest2six
|
2014-10-06 05:28:42 +02:00
|
|
|
- pip install -e .
|
|
|
|
- pip install -q pep8
|
|
|
|
script:
|
2014-10-06 05:37:15 +02:00
|
|
|
- pep8 pyicloud
|
2014-10-06 05:59:30 +02:00
|
|
|
- py.test
|