forked from atlassian-api/atlassian-python-api
-
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.
* Keep dev deps DRY * Use tox-travis * Add flake8/pylint/black/mypy/bandit/doc8 to tox * Fix flake8/pep8 errors * Conform with pylint C0103 * Fix pylint errors * Add missing return statements * Skip integration tests if credentials not provided * Fix doc8 errors * Apply black formatter * Remove Python 3.3 from CI matrix It's not available on Xenial 16.04 anyway: https://docs.travis-ci.com/user/languages/python/ * Update CI Python version matrix
- Loading branch information
Showing
135 changed files
with
5,544 additions
and
3,627 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,20 +1,20 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.3" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
- "3.8" | ||
- "3.9-dev" | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
- "3.8" | ||
- "3.9" | ||
- "3.10-dev" | ||
|
||
matrix: | ||
allow_failures: | ||
- python: "3.3" | ||
- python: "3.10-dev" | ||
|
||
install: pip install tox | ||
before_script: | ||
- .travis/bump_version ./ minor > atlassian/VERSION | ||
install: pip install tox-travis | ||
before_script: | ||
- .travis/bump_version ./ minor > atlassian/VERSION | ||
script: | ||
- tox | ||
- 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
Oops, something went wrong.