19 lines
187 B
YAML
Raw Normal View History

2016-11-08 09:24:20 +00:00
language: python
2016-11-08 09:24:20 +00:00
python:
- 2.7
- 3.4
- 3.5
2017-01-26 18:04:01 +00:00
- 3.6
install: pip install tox-travis codecov
2016-11-08 09:24:20 +00:00
script: tox
after_success:
- codecov
2016-11-08 09:24:20 +00:00
matrix:
allow_failures:
- python: 2.7