-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop testing old version and fix compatibility with pytest 5 (#80)
* Python3 supported versions: >= 3.5. * Python2 supported versions: 2.7 * pytest supported version: >= 3.6
- Loading branch information
Showing
5 changed files
with
31 additions
and
37 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,37 +1,19 @@ | ||
sudo: false | ||
language: python | ||
python: "2.7" | ||
dist: xenial | ||
python: | ||
- "2.7" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
|
||
matrix: | ||
include: | ||
- env: TOXENV=py27-pytest33 | ||
- env: TOXENV=py27-pytest34 | ||
- env: TOXENV=py27-pytest35 | ||
- env: TOXENV=py27-pytest36 | ||
- env: TOXENV=py27-pytest37 | ||
- env: TOXENV=py27-pytest38 | ||
- env: TOXENV=py27-pytest39 | ||
- env: TOXENV=py27-pytest310 | ||
- env: TOXENV=py27-pytestlatest | ||
- env: TOXENV=py34-pytestlatest | ||
python: "3.4" | ||
- env: TOXENV=py35-pytestlatest | ||
python: "3.5" | ||
- env: TOXENV=py36-pytestlatest | ||
python: "3.6" | ||
- env: TOXENV=py37-pytestlatest | ||
python: "3.7" | ||
# Currently, python 3.7 is a little bit tricky to install: | ||
# https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905 | ||
sudo: required | ||
dist: xenial | ||
install: | ||
- pip install tox | ||
- pip install tox tox-travis | ||
script: tox | ||
branches: | ||
except: | ||
- /^\d/ | ||
- /^\d/ | ||
notifications: | ||
email: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] |
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,6 +1,12 @@ | ||
Changelog | ||
========= | ||
|
||
2.0.3 | ||
----- | ||
|
||
- Fix compatibility with pytest 5. | ||
|
||
|
||
2.0.2 | ||
----- | ||
|
||
|
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
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