Skip to content

Commit

Permalink
Merge pull request #72 from ocefpaf/remove_custom_exceptions
Browse files Browse the repository at this point in the history
Friendlier code and API
  • Loading branch information
ayan-usgs committed Jan 22, 2016
2 parents 62014a1 + 71718c3 commit f10076b
Show file tree
Hide file tree
Showing 22 changed files with 1,030 additions and 2,854 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: false

env:
- PYTHON="2.7"
- PYTHON="3.3"
- PYTHON="3.4"
- PYTHON="3.5"

Expand All @@ -15,11 +14,12 @@ before_install:
- conda update --yes --all
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
- source activate test
- travis_retry conda install --yes nose
- travis_retry conda install --yes --file requirements-dev.txt
- if [[ "$PYTHON" != "3.5" ]]; then
travis_retry conda install --yes mock ;
fi
- travis_retry pip install

script:
- nosetests
- find . -type f -name "*.py" | xargs flake8 --max-line-length=100
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include *.txt
include README.md
recursive-include pysgrid *.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Build Status](https://travis-ci.org/sgrid/pysgrid.svg?branch=master)](https://travis-ci.org/sgrid/pysgrid)

Python tools for sgrid
Python tools for SGRID.
Loading

0 comments on commit f10076b

Please sign in to comment.