From 7e433a8bb1b906dcaec85581aee474179ce6e6c7 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Wed, 12 Sep 2018 22:44:41 +0200 Subject: [PATCH] chore: disable doc tests * fix #488 * In order to make a release, failing docs are disabled on Travis. --- .travis.yml | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bc535f93..b6d41287b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ sudo: false git: depth: 2 cache: -- pip: true -- directories: + pip: true + directories: - "memote-report-app/node_modules" branches: only: diff --git a/tox.ini b/tox.ini index f9335b04c..dd8649aeb 100644 --- a/tox.ini +++ b/tox.ini @@ -3,11 +3,11 @@ envlist = flake8, docs, py{27,35,36} [travis] os = - linux: flake8, docs, py{27,35,36} + linux: flake8, py{27,35,36} osx: py{27,35} python = 2.7: py27, flake8 - 3.5: py35, flake8, docs + 3.5: py35, flake8 3.6: py36 [testenv]