summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-08-22 23:35:41 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2016-08-26 17:47:18 -0300
commit519f02b0149c3150c15bf240c09f362f5a391dd5 (patch)
treef07cc8c8f7fc817486dfe25f43b294ae4617b24c /appveyor.yml
parentcb7c472e341bd423f6dad68db570af60676022b2 (diff)
downloadpytest-519f02b0149c3150c15bf240c09f362f5a391dd5.tar.gz
docs warnings as errors and initial page similar to README
* Changed "index" to be more similar to the README (#1708). * Fixes numerous issues like missing documents, syntax errors, etc (#1829, #432). * Mention all docs in "contents.rst" so it's easier for users to locate (#1112). * Add doc generation and checking to Travis and AppVeyor, to avoid re-introducing errors. Fixes #432, Fixes #1112, Fixes #1708, Fixes #1829
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9c28366a0..38f3d6fad 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,7 @@ environment:
# builds timing out in AppVeyor
- TOXENV: "linting,py26,py27,py33,py34,py35,pypy"
- TOXENV: "py27-pexpect,py27-xdist,py27-trial,py35-pexpect,py35-xdist,py35-trial"
- - TOXENV: "py27-nobyte,doctesting,freeze"
+ - TOXENV: "py27-nobyte,doctesting,freeze,docs"
install:
- echo Installed Pythons