-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from jantman/release0.7.0
Release 0.7.0
- Loading branch information
Showing
77 changed files
with
2,467 additions
and
3,282 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
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 |
---|---|---|
|
@@ -6,29 +6,25 @@ cache: | |
matrix: | ||
include: | ||
- python: "2.6" | ||
env: TOXENV=py26-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py26 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "2.7" | ||
env: TOXENV=py27-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py27 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "3.2" | ||
env: TOXENV=py32-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py32 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "3.3" | ||
env: TOXENV=py33-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py33 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "3.4" | ||
env: TOXENV=py34-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py34 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "3.5" | ||
env: TOXENV=py35-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "2.7" | ||
env: TOXENV=py27-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "3.5" | ||
env: TOXENV=py35-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
env: TOXENV=py35 PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "2.7" | ||
env: TOXENV=docs PIP_DOWNLOAD_CACHE=$HOME/.pip-cache | ||
- python: "2.7" | ||
env: TOXENV=integration | ||
- python: "3.4" | ||
env: TOXENV=integration3 | ||
install: | ||
- virtualenv --version; test $TOXENV = "py32-unit" -o $TOXENV = "py32-versioncheck" -o $TOXENV = "pypy3-unit" -o $TOXENV = "pypy3-versioncheck" && pip install --upgrade virtualenv==13.1.2 || /bin/true | ||
- virtualenv --version; test $TOXENV = "py32" -o $TOXENV = "pypy3" && pip install --upgrade virtualenv==13.1.2 || /bin/true | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "travisci" | ||
- pip install 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
################################################################################ | ||
Copyright 2015 Jason Antman <jason@jasonantman.com> <http://www.jasonantman.com> | ||
Copyright 2015-2017 Jason Antman <[email protected]> | ||
This file is part of awslimitchecker, also known as awslimitchecker. | ||
|
Oops, something went wrong.