diff options
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | 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" @@ -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 |
