forked from buriy/python-readability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for python 3.4 - Add support for python 3.8
- Loading branch information
Showing
3 changed files
with
9 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,15 @@ | ||
language: python | ||
|
||
python: | ||
- "3.6" | ||
|
||
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs | ||
matrix: | ||
include: | ||
- name: "Python: 3.7" | ||
python: "3.7" | ||
dist: xenial | ||
sudo: true | ||
env: TOX_ENV=py37 | ||
|
||
env: | ||
- TOX_ENV=py27 | ||
- TOX_ENV=py34 | ||
# - TOX_ENV=py35 | ||
- TOX_ENV=py36 | ||
|
||
before_install: | ||
# work around https://github.com/travis-ci/travis-ci/issues/8363 | ||
- pyenv global system $TRAVIS_PYTHON_VERSION | ||
- 2.7 | ||
- 3.5 | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
|
||
install: | ||
- travis_retry pip install -U pip wheel tox | ||
- travis_retry pip install -U pip wheel tox-travis | ||
- travis_retry pip install -U -r requirements.txt -e ".[test]" | ||
|
||
script: | ||
- tox -e $TOX_ENV | ||
- tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters