mirror of https://github.com/yandex/gixy
Added travis configuration
parent
97d3b40339
commit
6f10cc9c55
|
@ -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
|
Loading…
Reference in New Issue