-
Notifications
You must be signed in to change notification settings - Fork 28
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 #107 from opinkerfi/okconfig-1.3.4-1
Py2/3 fixes
- Loading branch information
Showing
10 changed files
with
79 additions
and
64 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 |
---|---|---|
@@ -1,26 +1,34 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.7" | ||
- '2.7' | ||
- '3.7' | ||
install: | ||
- pip install 'pynag>=0.9.1' | ||
- pip install unittest2==1.1.0 | ||
- pip install coveralls | ||
- pip install paramiko | ||
- python setup.py build | ||
- pip install 'pynag>=0.9.1' | ||
- pip install unittest2==1.1.0 | ||
- pip install coveralls | ||
- pip install paramiko | ||
- pip install future | ||
- python setup.py build | ||
before_script: | ||
- env | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Travis" | ||
- env | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Travis" | ||
script: | ||
- coverage run --source=okconfig tests/test.py | ||
- coverage run --source=okconfig tests/test.py | ||
after_success: | ||
- coveralls | ||
- coveralls | ||
deploy: | ||
provider: pypi | ||
user: gardart | ||
password: | ||
secure: E/DXi3f91+dAoe6+ENQgxEnLMz68oJ5GBlGT/xSD2par0NUQ93sWeIWpXBjxi3ZRRBU4NIaFWfSei/cX81JDLA2h6PmOIer01tByqBlRFDsoPAtQzFgY9lHO8IknbMc59GXZF7vzA71qJaRjxYH8BXowqISTOJnqPJ0qzjC2LDI= | ||
on: | ||
tags: true | ||
branch: master | ||
notifications: | ||
email: false | ||
irc: | ||
channels: | ||
- "chat.freenode.net#okconfig" | ||
- chat.freenode.net#okconfig | ||
on_failure: always | ||
on_success: change | ||
|
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
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
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