2016-11-08 09:24:20 +00:00
|
|
|
language: python
|
2016-11-27 19:29:49 +00:00
|
|
|
|
2016-11-08 09:24:20 +00:00
|
|
|
python:
|
|
|
|
- 2.7
|
|
|
|
- 3.4
|
|
|
|
- 3.5
|
2016-11-27 19:29:49 +00:00
|
|
|
|
|
|
|
install: pip install tox-travis codecov
|
|
|
|
|
2016-11-08 09:24:20 +00:00
|
|
|
script: tox
|
2016-11-27 19:29:49 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- codecov
|
|
|
|
|
2016-11-08 09:24:20 +00:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- python: 2.7
|