Add Travis configuration

This commit is contained in:
Gergely Polonkai 2017-01-16 11:45:15 +01:00
parent e8af7e15a6
commit 4794d11bbb
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: python
python:
- "3.5"
sudo: false
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
install:
- pip install -U pip
- pip install -U Flask tox coverage codecov
script:
- tox
after_success:
- codecov