-
Notifications
You must be signed in to change notification settings - Fork 31
Add Travis CI for Python #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0b34cef
Add check login test
JonathanZhu11 1f0bcdc
fix filter
JonathanZhu11 b7252e0
Update packages
JonathanZhu11 2861815
Add Python
JonathanZhu11 4035979
Try python only
JonathanZhu11 747b100
Try adding unixodbc-dev
JonathanZhu11 f2c7ebc
Try adding unixodbc-dev
JonathanZhu11 2e5dfbb
overwrite script key
JonathanZhu11 9ec1818
Add install of sqlmlutils
JonathanZhu11 7125e0d
fix conftest
JonathanZhu11 920d9d0
syntax
JonathanZhu11 eb137a9
Move samples out
JonathanZhu11 34e469c
target pytest
JonathanZhu11 ac47a49
skip a slow test
JonathanZhu11 26368ba
Update to use AirlineUser and Wheel for pep425 tags
JonathanZhu11 fcebeec
bug fixes
JonathanZhu11 2967aea
import sys
JonathanZhu11 2a61600
Add AirlineUserdbowner
JonathanZhu11 a09da13
Update to 1.0.2 version
JonathanZhu11 320580c
testing some build processes
JonathanZhu11 2321fb6
skip absl test
JonathanZhu11 dcea76f
Add R tests back
JonathanZhu11 d7ddbf1
Change display max_colwidth back
JonathanZhu11 e171e7f
fix up tests
JonathanZhu11 adb45e2
merge
JonathanZhu11 54a6eb9
dependency resolution
JonathanZhu11 8b07441
remove unixodbc install
JonathanZhu11 0db2716
comments
JonathanZhu11 e8878e5
fix name
JonathanZhu11 ae673f1
fix test
JonathanZhu11 e969af1
Address comments (#76)
JonathanZhu11 edd5320
renew zips with changed code
JonathanZhu11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,3 @@ | ||
| del /q dist\* | ||
| python.exe setup.py sdist --formats=zip | ||
| python.exe -m pip install --upgrade --upgrade-strategy only-if-needed dist\sqlmlutils-1.0.1.zip | ||
| python.exe -m pip install --upgrade --upgrade-strategy only-if-needed --find-links=dist sqlmlutils |
This file contains hidden or 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,3 @@ | ||
| rm -f dist/* | ||
| python setup.py sdist --formats=zip | ||
| python -m pip install --upgrade --upgrade-strategy only-if-needed --find-links=dist sqlmlutils |
Binary file renamed
BIN
+26.6 KB
Python/dist/sqlmlutils-1.0.1.zip → Python/dist/sqlmlutils-1.0.2.zip
Binary file not shown.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -3,4 +3,5 @@ pyodbc>=4.0.25 | |
| dill>=0.2.6 | ||
| pkginfo>=1.4.2 | ||
| requirements-parser>=0.2.0 | ||
| pandas>=0.19.2 | ||
| pandas>=0.19.2 | ||
| wheel>=0.32.3 | ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.