-
Notifications
You must be signed in to change notification settings - Fork 408
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 #442 from suavecode/develop
Big Merge for 2.4
- Loading branch information
Showing
473 changed files
with
25,007 additions
and
15,787 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
version: 2.4.{build} | ||
branches: | ||
only: | ||
- master | ||
- develop | ||
image: Ubuntu2004 | ||
build: off | ||
|
||
environment: | ||
COVERALLS_SERVICE_NAME: appveyor | ||
COVERALLS_REPO_TOKEN: g1W9MoLXlrfhitmMnBH4s7mRXgwLxWRIi | ||
|
||
init: | ||
- sudo apt-get update | ||
- sudo apt-get install -qq python3-pip | ||
|
||
install: | ||
- cd trunk | ||
- pip3 install --upgrade pip | ||
- pip3 install --upgrade numpy | ||
- pip3 install --upgrade scipy | ||
- pip3 install --upgrade scikit-learn | ||
- pip3 install --upgrade matplotlib | ||
- pip3 install coveralls | ||
- python3 setup.py develop --user | ||
- cd ../regression | ||
|
||
test_script: | ||
~/.local/bin/coverage run automatic_regression.py test | ||
|
||
on_success: | ||
~/.local/bin/coveralls |
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
Oops, something went wrong.