Skip to content

Commit

Permalink
updated readme, removed python 3 tests
Browse files Browse the repository at this point in the history
added build status for branch master to readme

removed travis tests using python 3
  • Loading branch information
zbsimon committed Jan 16, 2015
1 parent 0e7dc30 commit c592b03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
virtualenv:
system_site_packages: true
before_install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/uwsampa/nltk-hadoop.svg?branch=master)](https://travis-ci.org/uwsampa/nltk-hadoop)
# Materialize an nltk corpus

- find a corpus at http://nltk.googlecode.com/svn/trunk/nltk_data/index.xml, e.g. `inaugural`
Expand Down

0 comments on commit c592b03

Please sign in to comment.