From 34e76562528fc61da5d40d6902533dd107e166cc Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Sat, 2 May 2020 16:01:06 -0600 Subject: [PATCH] Drop travis docs project, we're already building them 27 times --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eaff0921b..34de86c02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ python: - 2.7 - 3.6 - 3.7 -matrix: - include: - - python: 3.7 - env: TOXENV=docs install: - pip install tox-travis - pip install sphinx