Skip to content

Commit

Permalink
Minor updates for package
Browse files Browse the repository at this point in the history
- Change the package name to googletrans
- reStructedText README for PyPI
- Travis CI
  • Loading branch information
ssut committed Mar 10, 2017
1 parent b128722 commit 791e32a
Show file tree
Hide file tree
Showing 7 changed files with 310 additions and 211 deletions.
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.6
- pypy
install:
- pip install tox-travis
- pip install pytest-cov coveralls
script: tox
after_success: coveralls
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.rst
183 changes: 0 additions & 183 deletions README.md

This file was deleted.

Loading

0 comments on commit 791e32a

Please sign in to comment.