mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
Attempt to fix tox ini
This commit is contained in:
parent
0440308592
commit
fe2974f127
1 changed files with 6 additions and 5 deletions
11
tox.ini
11
tox.ini
|
@ -1,13 +1,14 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{27,35,36}-sphinx{16,17,18},
|
||||
lint
|
||||
docs
|
||||
# Workaround https://github.com/tox-dev/tox/issues/706
|
||||
lint-sphinx16
|
||||
docs-sphinx16
|
||||
|
||||
[tox:travis]
|
||||
2.7 = py27, docs, lint
|
||||
3.5 = py35
|
||||
3.6 = py36
|
||||
2.7 = py27-sphinx{16,17,18}, docs-sphinx16, lint-sphinx16
|
||||
3.5 = py35-sphinx{16,17,18}
|
||||
3.6 = py36-sphinx{16,17,18}
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
|
|
Loading…
Add table
Reference in a new issue