From d9678d9fbdce867c881bf507c1716ddcbab08a5b Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 14 Dec 2018 12:07:57 -0800 Subject: 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) --- .travis.yml | 3 +-- README.md | 3 +-- 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 -- cgit v1.2.3