2015-06-01 18:29:56 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2017-04-07 18:46:57 +00:00
|
|
|
- 2.7
|
|
|
|
- 3.5
|
|
|
|
- 3.6
|
2015-08-03 18:34:53 +00:00
|
|
|
sudo: false
|
2017-04-07 18:46:57 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: 2.7
|
|
|
|
script: tox -e docs
|
|
|
|
- python: 2.7
|
|
|
|
script: tox -e lint
|
2015-06-01 22:34:55 +00:00
|
|
|
install:
|
2017-04-07 18:46:57 +00:00
|
|
|
- pip install tox-travis
|
2015-08-03 18:34:53 +00:00
|
|
|
script:
|
2017-04-07 18:46:57 +00:00
|
|
|
- tox
|
2015-08-03 18:34:53 +00:00
|
|
|
notifications:
|
|
|
|
slack:
|
|
|
|
rooms:
|
2015-09-23 23:06:17 +00:00
|
|
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
2015-08-03 18:34:53 +00:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|