1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/AirtestProject-Airtest

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.travis.yml 1003 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gzliuxin Отправлено 30.03.2018 09:16 f202375
group: travis_latest
language: python
cache: pip
python:
- 2.7
- 3.6
#- nightly
#- pypy
#- pypy3
matrix:
allow_failures:
- python: nightly
- python: pypy
- python: pypy3
install:
- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude *.air
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude *.air
script:
- true # pytest --capture=sys # add other tests here
# - runtest.sh # requires connecting an android phone with ADB. We are not using mock now.
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/AirtestProject-Airtest.git
git@api.gitlife.ru:oschina-mirror/AirtestProject-Airtest.git
oschina-mirror
AirtestProject-Airtest
AirtestProject-Airtest
master