-
Notifications
You must be signed in to change notification settings - Fork 20
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 #23 from openscriptures/development
Update with recent restructuring and development
- Loading branch information
Showing
310 changed files
with
92,047 additions
and
100,273 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,12 +1,39 @@ | ||
__pycache__/ | ||
*.pyc | ||
*.o | ||
|
||
Logs/ | ||
DownloadedResources/ | ||
OutputFiles/ | ||
*.snap | ||
*.off | ||
|
||
*.bak | ||
*.bak1 | ||
*.bak2 | ||
*.bak3 | ||
*.bak4 | ||
*.bak5 | ||
*.bak6 | ||
*.bak7 | ||
*.bak8 | ||
*.bak9 | ||
|
||
build/ | ||
dist/ | ||
myVEnv/ | ||
snap/ | ||
|
||
Extras/ | ||
ExtraStuff/ | ||
NotIncluded/ | ||
PrivateResources/ | ||
|
||
TempTestData/ | ||
DataFilesForTests/ | ||
DerivedFiles.sav/ | ||
|
||
# Ignore various tools folders and files | ||
.mypy_cache/ | ||
.kdev4/ | ||
.scannerwork/ | ||
.vscode/ | ||
BibleOrgSys.egg-info/ | ||
BibleOrgSys.kdev4 | ||
sonar-project.properties |
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,36 @@ | ||
dist: bionic | ||
language: python | ||
|
||
#cache: pip | ||
|
||
python: | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
- nightly | ||
- pypy3 | ||
|
||
#branches: | ||
# except: | ||
# - /^[0-9]+\.[0-9]+\.[0-9]+/ | ||
|
||
install: | ||
- pip install --upgrade pip | ||
# - pip install pipenv | ||
# - pipenv install --dev --skip-lock | ||
|
||
script: | ||
pytest -v | ||
|
||
#after_success: | ||
#codecov | ||
|
||
deploy: | ||
provider: pypi | ||
user: $PYPI_USER | ||
password: $PYPI_PASS | ||
server: https://upload.pypi.org/legacy/ | ||
distributions: "sdist bdist_wheel" | ||
on: | ||
branch: master | ||
condition: $TRAVIS_PYTHON_VERSION = "3.8" |
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.