mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
Run travis against multiple sphinx versions
This commit is contained in:
parent
a0afe7d383
commit
0440308592
2 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -15,3 +14,6 @@ notifications:
|
||||||
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
9
tox.ini
9
tox.ini
|
@ -1,12 +1,11 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py{27,34,35,36}
|
py{27,35,36}-sphinx{16,17,18},
|
||||||
lint
|
lint
|
||||||
docs
|
docs
|
||||||
|
|
||||||
[tox:travis]
|
[tox:travis]
|
||||||
2.7 = py27, docs, #lint
|
2.7 = py27, docs, lint
|
||||||
3.4 = py34
|
|
||||||
3.5 = py35
|
3.5 = py35
|
||||||
3.6 = py36
|
3.6 = py36
|
||||||
|
|
||||||
|
@ -16,7 +15,9 @@ setenv =
|
||||||
deps =
|
deps =
|
||||||
.
|
.
|
||||||
pytest
|
pytest
|
||||||
sphinx<1.7
|
sphinx16: Sphinx < 1.7
|
||||||
|
sphinx17: Sphinx < 1.8
|
||||||
|
sphinx18: Sphinx < 1.9
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs}
|
py.test {posargs}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue