-
Notifications
You must be signed in to change notification settings - Fork 9
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 #28 from 1313e/dev
Mark release of v1.2.0
- Loading branch information
Showing
108 changed files
with
9,808 additions
and
1,207 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,46 +1,46 @@ | ||
environment: | ||
matrix: | ||
- PYTHON: "C:\\Python35" | ||
PYTHON_VERSION: "3.5.x" | ||
PYTHON_ARCH: "32" | ||
matrix: | ||
- PYTHON: "C:\\Python35" | ||
PYTHON_VERSION: "3.5.x" | ||
PYTHON_ARCH: "32" | ||
|
||
- PYTHON: "C:\\Python35-x64" | ||
PYTHON_VERSION: "3.5.x" | ||
PYTHON_ARCH: "64" | ||
- PYTHON: "C:\\Python35-x64" | ||
PYTHON_VERSION: "3.5.x" | ||
PYTHON_ARCH: "64" | ||
|
||
- PYTHON: "C:\\Python36" | ||
PYTHON_VERSION: "3.6.x" | ||
PYTHON_ARCH: "32" | ||
- PYTHON: "C:\\Python36" | ||
PYTHON_VERSION: "3.6.x" | ||
PYTHON_ARCH: "32" | ||
|
||
- PYTHON: "C:\\Python36-x64" | ||
PYTHON_VERSION: "3.6.x" | ||
PYTHON_ARCH: "64" | ||
- PYTHON: "C:\\Python36-x64" | ||
PYTHON_VERSION: "3.6.x" | ||
PYTHON_ARCH: "64" | ||
|
||
- PYTHON: "C:\\Python37" | ||
PYTHON_VERSION: "3.7.x" | ||
PYTHON_ARCH: "32" | ||
- PYTHON: "C:\\Python37" | ||
PYTHON_VERSION: "3.7.x" | ||
PYTHON_ARCH: "32" | ||
|
||
- PYTHON: "C:\\Python37-x64" | ||
PYTHON_VERSION: "3.7.x" | ||
PYTHON_ARCH: "64" | ||
- PYTHON: "C:\\Python37-x64" | ||
PYTHON_VERSION: "3.7.x" | ||
PYTHON_ARCH: "64" | ||
|
||
install: | ||
# Prepend newly installed Python to the PATH of this build (this cannot be | ||
# done from inside the powershell script as it would require to restart | ||
# the parent CMD process). | ||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" | ||
# Prepend newly installed Python to the PATH of this build (this cannot be | ||
# done from inside the powershell script as it would require to restart | ||
# the parent CMD process). | ||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" | ||
|
||
# Upgrade pip | ||
- "python -m pip install --user --upgrade pip setuptools wheel" | ||
# Upgrade pip | ||
- "python -m pip install --upgrade pip setuptools wheel" | ||
|
||
# Install PRISM | ||
- "pip install -r requirements_dev.txt" | ||
- "check-manifest" | ||
- "python setup.py sdist bdist_wheel" | ||
- "twine check dist/*" | ||
- "python -c \"import prism; prism.get_info()\"" | ||
# Install PRISM | ||
- "pip install -r requirements_dev.txt" | ||
- "check-manifest" | ||
- "python setup.py sdist bdist_wheel" | ||
- "twine check dist/*" | ||
- "python -c \"import prism; prism.get_info()\"" | ||
|
||
build: false | ||
|
||
test_script: | ||
- "pytest" | ||
- "pytest --cov --cov-config=setup.cfg --cov-report=term-missing" |
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,7 +1,5 @@ | ||
codecov: | ||
token: 6a194e41-c88d-4b7e-af10-29d9f54f8d84 | ||
notify: | ||
require_ci_to_pass: yes | ||
|
||
coverage: | ||
range: 90..100 | ||
|
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.