Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Use Python 3.6 for the docs, so AppVeyor doesn't use 2.7, which is th…
Browse files Browse the repository at this point in the history
…e default.
  • Loading branch information
Nurdok committed Oct 14, 2018
1 parent bd01bba commit 147d0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# install tox" and then run "tox" from this directory.

[tox]
envlist = {py34, py35, py36, py37}-{tests, install}, docs
envlist = {py34, py35, py36, py37}-{tests, install}, py36-docs

[testenv]
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
Expand Down Expand Up @@ -43,7 +43,7 @@ commands = {[testenv:py37-install]commands}
skip_install = {[testenv:py37-install]skip_install}
commands = {[testenv:py37-install]commands}

[testenv:docs]
[testenv:py36-docs]
changedir=docs
deps =
-rrequirements/runtime.txt
Expand Down

0 comments on commit 147d0ed

Please sign in to comment.