-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test build * remove fabric * remove jupyter * fix errors * updated travis file to include jupyter and install python-dev * attempt to fix install of jupyter, with dep on scandir * include sources * fix unittest tests * revert change * include py3 into tests * moved to separate dir * remove unwanted files * fixed tests and removed hacky approach to setting pythonpath * enabled python 3.6 * use oxs * disable osx tests * renamed files to remove unnecessary prefixes * disable checking results of installer on travis * renamed to remove unnecessary prefixes * log test output * removed debug code * lots of logging to identify errors in python 2.7 on travis * clean up jupyter tests * aditional logging * ignore last filed files * ignore files * renamed * uncommented files * fix unit tests (to run on travis and locally) * ignore noseids * remove virtualenv and remove sudo requirement * added cache:pip and removed sudo requirements * code review updates
- Loading branch information
1 parent
9c7a8e3
commit ba2ccab
Showing
38 changed files
with
630 additions
and
937 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
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.