mirror of https://github.com/yandex/gixy
parent
97d3b40339
commit
82a49f4f65
|
@ -0,0 +1,14 @@
|
||||||
|
language: python
|
||||||
|
sudo: false
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.pip
|
||||||
|
- pip install -r requirements.dev.pip
|
||||||
|
|
||||||
|
script:
|
||||||
|
- nosetests --with-coverage --cover-package gixy -v
|
||||||
|
- flake8 --max-line-length=120 setup.py yodax
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"severity": "LOW"
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
return 301 http://some.yandex.ru/;
|
|
|
@ -1 +0,0 @@
|
||||||
rewrite ^ http://some.yandex.ru/ permanent;
|
|
|
@ -1,2 +0,0 @@
|
||||||
rewrite ^ https://some.yandex.ru/ permanent;
|
|
||||||
return 301 https://some.yandex.ru/;
|
|
Loading…
Reference in New Issue