-
Notifications
You must be signed in to change notification settings - Fork 25
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 #144 from WISDEM/release-2.2.8
Release 2.2.8
- Loading branch information
Showing
15 changed files
with
42 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
language: python | ||
python: | ||
- "3.7" | ||
|
||
# command to install dependencies | ||
install: | ||
- pip install pandas==0.25.2 | ||
- pip install numpy | ||
- pip install sympy | ||
- pip install shapely | ||
- pip install xlsxwriter | ||
- pip install xlrd | ||
- pip install psycopg2-binary | ||
- pip install sqlalchemy | ||
- pip install pytest | ||
|
||
|
||
env: | ||
global: | ||
- LANDBOSSE_INPUT_DIR: $TRAVIS_BUILD_DIR/project_input_template | ||
- LANDBOSSE_OUTPUT_DIR: $TRAVIS_BUILD_DIR/project_input_template | ||
|
||
# command to run tests | ||
script: | ||
- python $TRAVIS_BUILD_DIR/main.py --validate | ||
|
||
branches: | ||
only: | ||
- develop |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.