aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2018-12-14 12:07:57 -0800
committerCody Logan <clpo13@gmail.com>2018-12-14 12:07:57 -0800
commitd9678d9fbdce867c881bf507c1716ddcbab08a5b (patch)
tree4bceaed7c49e754d6a660b376778961d1dbbb826
parente4c5060435483ffbdee75ae5bd23d53e4690cf99 (diff)
downloadwikiget-d9678d9fbdce867c881bf507c1716ddcbab08a5b.tar.gz
wikiget-d9678d9fbdce867c881bf507c1716ddcbab08a5b.zip
Fix Travis CI config
Drop 2.6 and 3.3 since pytest doesn't support those versions Run on xenial to allow 3.7 and 3.8 tests to work (hopefully)
-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