TravisCI (#9)

* Added travis configuration
* Removed unused tests
pull/10/head
Andrew Krasichkov 2017-04-08 09:12:23 +03:00 committed by GitHub
parent 97d3b40339
commit 82a49f4f65
5 changed files with 14 additions and 7 deletions

14
.travis.yml Normal file
View File

@ -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

View File

@ -1,3 +0,0 @@
{
"severity": "LOW"
}

View File

@ -1 +0,0 @@
return 301 http://some.yandex.ru/;

View File

@ -1 +0,0 @@
rewrite ^ http://some.yandex.ru/ permanent;

View File

@ -1,2 +0,0 @@
rewrite ^ https://some.yandex.ru/ permanent;
return 301 https://some.yandex.ru/;