aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--README.md3
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ae85b4..9e9999a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
language: python
+dist: xenial
python:
- - "2.6"
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "3.6"
diff --git a/README.md b/README.md
index 5e501e0..befbefa 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ Something like a wget clone for downloading files from MediaWiki sites (like
Wikipedia or Wikimedia Commons) using only the file name or the URL of its
description page.
-Requires Python 2 or 3 (tested on 2.7 and 3.7). Install with
-`pip install --user -U wikiget`.
+Requires Python 2.7 or 3.4+. Install with `pip install --user -U wikiget`.
## Usage