Attempt to fix tox ini

This commit is contained in:
Eric Holscher 2018-10-12 11:30:22 +02:00
parent 0440308592
commit fe2974f127

11
tox.ini
View file

@ -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 =