Skip to content

Commit

Permalink
Documentation minor improvements + travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Feb 23, 2013
1 parent e53f476 commit d07c7e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
matrix:
include:
- python: 3.3
env: DJANGO=1.3.5
env: DJANGO=1.3.5 DJANGO_SETTINGS_MODULE=twitter_tag.test_settings
install:
- pip install -q https://github.com/django/django/archive/${DJANGO}.zip#egg=django
- pip install coveralls
Expand Down
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Created and maintained by Ilya Baryshev.

Contributors:

* Diederik van der Boor (vdboor)
* Diederik van der Boor (vdboor)
* Colin Wood (cwood)
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Python 3 support
* max_url_length argument is removed
* better linkify for mentions and hashtags (ttp dependency removed)
* better handling for not connecting or json decode errors

1.0
===
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ Tests

Run::

python setup.py test
DJANGO_SETTINGS_MODULE = twitter_tag.test_settings python setup.py test

0 comments on commit d07c7e5

Please sign in to comment.