mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 09:31:38 -05:00
19 lines
275 B
YAML
19 lines
275 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
- 3.6
|
|
sudo: false
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox
|
|
notifications:
|
|
slack:
|
|
rooms:
|
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
|
on_success: change
|
|
on_failure: always
|
|
branches:
|
|
only:
|
|
- master
|