Merge branch 'master' of github.com:sunlightlabs/oyster

This commit is contained in:
James Turk 2012-03-21 13:19:27 -04:00
commit 7ba0d10049
2 changed files with 13 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
install: pip install scrapelib pymongo nose --use-mirrors
script: nosetests
notifications:
email:
- jturk@sunlightfoundation.com

View File

@ -1,6 +1,10 @@
oyster changelog oyster changelog
================ ================
0.3.2
-----
* become much more tolerant of duplicates
0.3.1 0.3.1
----- -----
**2012-03-10** **2012-03-10**