Skip to content

Commit

Permalink
Merge pull request #4 from KeplerGO/add-dates
Browse files Browse the repository at this point in the history
K2fov v2.0: add unit tests, travis, campaign parameter file, bugfix, etc
  • Loading branch information
mrtommyb committed Nov 30, 2015
2 parents 9279048 + c8bfe58 commit 08ff09b
Show file tree
Hide file tree
Showing 13 changed files with 54,114 additions and 250 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ nosetests.xml
.project
.pydevproject

.cache
sandbox
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "nightly"
install:
- python setup.py install
script:
- py.test
Loading

0 comments on commit 08ff09b

Please sign in to comment.