summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2020-09-29 08:58:51 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2020-09-29 07:22:13 -0500
commit7230507245b836621984dc47d23590ba38f2dc4d (patch)
tree77e1c6354935459a6b5c25fd5befddd63f37b833
parent6e2c387f5b6f52779de0a16afa06922ea75d3ff5 (diff)
downloadurllib3-7230507245b836621984dc47d23590ba38f2dc4d.tar.gz
Stop testing docs in Travis
Let's rely on the ReadTheDocs pull request check instead. This does mean that `nox -rs docs` won't get exercised by continuous integration, which is an acceptable compromise.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c642460..ca52bf26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,10 +32,6 @@ jobs:
allow_failures:
- python: nightly
include:
- # Lint & documentation.
- - python: 3.8
- env: NOX_SESSION=docs
-
# Unit tests
- python: 2.7
env: NOX_SESSION=test-2.7