mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 10:01:39 -05:00
20 lines
301 B
YAML
20 lines
301 B
YAML
![]() |
language: python
|
||
|
python:
|
||
|
- 2.7
|
||
|
sudo: false
|
||
|
env:
|
||
|
- TOX_ENV=py27
|
||
|
- TOX_ENV=py34
|
||
|
- TOX_ENV=docs
|
||
|
- TOX_ENV=lint
|
||
|
install:
|
||
|
- pip install tox
|
||
|
script:
|
||
|
- tox -e $TOX_ENV
|
||
|
notifications:
|
||
|
slack:
|
||
|
rooms:
|
||
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
||
|
on_success: change
|
||
|
on_failure: always
|