Skip to content

Commit

Permalink
Merge pull request #30 from jphuong/master
Browse files Browse the repository at this point in the history
update ogh and unit test
  • Loading branch information
jphuong authored Aug 29, 2018
2 parents ba9a215 + d877775 commit 445ecfc
Show file tree
Hide file tree
Showing 53 changed files with 325,172 additions and 8,894 deletions.
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions .travis.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ before_install:
- source activate TEST
# These have different names from PyPI.
- conda install --yes python-wget basemap-data-hires
- conda install --yes landlab -c landlab

# Test source distribution.
install:
- python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install ogh-${version}.tar.gz && popd

script:
- if [[ $TEST_TARGET == 'default' ]]; then
cp -r tests /tmp && cd /tmp ;
pytest -vv tests ;
pytest -vv ogh/tests/test_ogh.py ;
fi
- if [[ $TEST_TARGET == 'coding_standards' ]]; then
flake8 --max-line-length=105 ogh;
fi
fi
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified MANIFEST.in
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions ogh/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
print_function,
unicode_literals)

from ogh.ogh_meta import * # noqa
from ogh.ogh import * # noqa
from .ogh_meta import * # noqa
from .ogh import * # noqa


__author__ = 'Jimmy Phuong'
Expand Down
Loading

0 comments on commit 445ecfc

Please sign in to comment.