Skip to content

Commit

Permalink
Attempt to fix tox ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Oct 12, 2018
1 parent 0440308 commit fe2974f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit fe2974f

Please sign in to comment.