-
Notifications
You must be signed in to change notification settings - Fork 604
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 #344 from hardbyte/release-2.2.0
Merge develop into master for release 2.2.0
- Loading branch information
Showing
104 changed files
with
3,920 additions
and
2,294 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
environment: | ||
matrix: | ||
|
||
# For Python versions available on Appveyor, see | ||
# http://www.appveyor.com/docs/installed-software#python | ||
|
||
- PYTHON: "C:\\Python27" | ||
- PYTHON: "C:\\Python34" | ||
- PYTHON: "C:\\Python35" | ||
- PYTHON: "C:\\Python36" | ||
- PYTHON: "C:\\Python27-x64" | ||
- PYTHON: "C:\\Python34-x64" | ||
- PYTHON: "C:\\Python35-x64" | ||
- PYTHON: "C:\\Python36-x64" | ||
|
||
# Python 3.3 has reached EOL | ||
|
||
install: | ||
# Prepend Python installation to PATH | ||
- set PATH=%PYTHON_INSTALL%;%PATH% | ||
|
||
# Prepend Python scripts to PATH (e.g. py.test) | ||
- set PATH=%PYTHON_INSTALL%\\Scripts;%PATH% | ||
|
||
# We need to install the python-can library itself | ||
- "python -m pip install .[test]" | ||
|
||
build: off | ||
|
||
test_script: | ||
- "pytest -v --timeout=300" |
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 |
---|---|---|
|
@@ -46,6 +46,7 @@ nosetests.xml | |
coverage.xml | ||
*,cover | ||
.hypothesis/ | ||
test.* | ||
|
||
# Translations | ||
*.mo | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include *.txt | ||
recursive-include doc *.rst | ||
recursive-include doc *.rst |
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
Oops, something went wrong.