Added travis configuration

pull/9/head
Andrew Krasichkov 2017-04-08 09:03:48 +03:00
parent 97d3b40339
commit 6f10cc9c55
1 changed files with 14 additions and 0 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