Skip to content

Commit

Permalink
Merge pull request #46 from ljwolf/tests
Browse files Browse the repository at this point in the history
[WIP] add model csvs rather than pickles
  • Loading branch information
ljwolf authored Jan 5, 2019
2 parents 02337c6 + d3e626d commit f77e334
Show file tree
Hide file tree
Showing 25 changed files with 706 additions and 2,175 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ branches:
only:
- master
python:
- "3.5"
- "3.6"
- 3.5
- 3.6

env:
- PYSAL_PLUS=false
Expand All @@ -19,7 +19,7 @@ matrix:
env: PYSAL_PYPI=false

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p ./miniconda
- export PATH=`pwd`/miniconda/bin:$PATH
Expand Down Expand Up @@ -49,6 +49,7 @@ notifications:
email:
recipients:
- tayoshan@gmail.com
- jgaboardi@gmail.com
on_change: change
on_failure: always

Expand Down
Binary file removed mgwr/tests/georgia/.DS_Store
Binary file not shown.
160 changes: 0 additions & 160 deletions mgwr/tests/georgia/GData_utm.csv

This file was deleted.

Binary file removed mgwr/tests/georgia/G_utm.dbf
Binary file not shown.
Binary file removed mgwr/tests/georgia/G_utm.sbn
Binary file not shown.
Binary file removed mgwr/tests/georgia/G_utm.sbx
Binary file not shown.
Binary file removed mgwr/tests/georgia/G_utm.shp
Binary file not shown.
Binary file removed mgwr/tests/georgia/G_utm.shx
Binary file not shown.
45 changes: 0 additions & 45 deletions mgwr/tests/georgia/georgia_BS_F.ctl

This file was deleted.

Loading

0 comments on commit f77e334

Please sign in to comment.