diff options
| author | Cody Logan <clpo13@gmail.com> | 2018-12-14 12:07:57 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2018-12-14 12:07:57 -0800 |
| commit | d9678d9fbdce867c881bf507c1716ddcbab08a5b (patch) | |
| tree | 4bceaed7c49e754d6a660b376778961d1dbbb826 | |
| parent | e4c5060435483ffbdee75ae5bd23d53e4690cf99 (diff) | |
| download | wikiget-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.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 |
