-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
#2141 fix travis #1255
Merged
Merged
#2141 fix travis #1255
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
f4922c3
test build
DonJayamanne c18c5a4
remove fabric
DonJayamanne 98db358
remove jupyter
DonJayamanne e0d39e2
fix errors
DonJayamanne 7c1a6ce
Merge branch 'master' into 2141FixTravis
DonJayamanne 476a13d
updated travis file to include jupyter and install python-dev
DonJayamanne 97d63d5
attempt to fix install of jupyter, with dep on scandir
DonJayamanne 4db8a05
include sources
DonJayamanne f9c625e
fix unittest tests
DonJayamanne 44d2dde
Merge branch '2141FixTravis' of https://github.com/DonJayamanne/pytho…
DonJayamanne ad3b1c5
revert change
DonJayamanne 70fa288
include py3 into tests
DonJayamanne 1d8e414
moved to separate dir
DonJayamanne 925a6e9
remove unwanted files
DonJayamanne af70c95
fixed tests and removed hacky approach to setting pythonpath
DonJayamanne 40416c3
enabled python 3.6
DonJayamanne 21e132a
Merge branch 'master' into 2141FixTravis
DonJayamanne 30f4276
Merge branch '2141FixTravis' of https://github.com/DonJayamanne/pytho…
DonJayamanne 4c99b2c
use oxs
DonJayamanne bb6b2d3
disable osx tests
DonJayamanne 3bf167a
Merge branch 'master' into 2141FixTravis
DonJayamanne 3d9bc9e
renamed files to remove unnecessary prefixes
DonJayamanne 413f571
disable checking results of installer on travis
DonJayamanne 82fa395
renamed to remove unnecessary prefixes
DonJayamanne a4d8f3f
log test output
DonJayamanne f1868d9
removed debug code
DonJayamanne 0b975d6
lots of logging to identify errors in python 2.7 on travis
DonJayamanne f9cc057
clean up jupyter tests
DonJayamanne cf87c9f
aditional logging
DonJayamanne 73dd9a6
ignore last filed files
DonJayamanne 45cb9b0
ignore files
DonJayamanne 688e204
renamed
DonJayamanne d0da373
uncommented files
DonJayamanne 3421dfc
fix unit tests (to run on travis and locally)
DonJayamanne 00e03d6
ignore noseids
DonJayamanne bf2d9a6
remove virtualenv and remove sudo requirement
DonJayamanne 9c0b753
added cache:pip and removed sudo requirements
DonJayamanne d997ed1
Merge branch 'master' into 2141FixTravis
DonJayamanne d740f1f
code review updates
DonJayamanne 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 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 |
---|---|---|
|
@@ -9,5 +9,5 @@ jupyter | |
ipython | ||
nose | ||
pytest | ||
#fabric | ||
numba | ||
fabric | ||
numba |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ suite('Deferred', () => { | |
|
||
done(); | ||
}); | ||
}); | ||
}); |
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 |
---|---|---|
|
@@ -47,4 +47,4 @@ suite('IdDispenser', () => { | |
|
||
done(); | ||
}); | ||
}); | ||
}); |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
cache: pip
to cache pip-installed dependencies.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed