Add Travis configuration
This commit is contained in:
parent
e8af7e15a6
commit
4794d11bbb
17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user