Skip to content

Commit

Permalink
Merge pull request #9 from KeplerGO/master
Browse files Browse the repository at this point in the history
merge new changes
  • Loading branch information
mrtommyb committed Nov 30, 2015
2 parents 6c0592b + 08ff09b commit 4eeb5c3
Show file tree
Hide file tree
Showing 13 changed files with 54,114 additions and 249 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 4eeb5c3

Please sign in to comment.