Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
update README.rst + travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Jun 26, 2015
1 parent 900d0e2 commit 47fb629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: python

python:
- '2.7'
- '3.4'

script:
- python manage.py test

install:
- pip install -r requirements.txt

deploy:
provider: pypi
user: foxmask
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Requirements
* `django-th-rss <https://github.com/foxmask/django-th-rss>`_ == 0.3.0
* `django-th-pocket <https://github.com/foxmask/django-th-pocket>`_ == 0.2.0
* `django-js-reverse <https://pypi.python.org/pypi/django-js-reverse>`_ == 0.5.1
* `django-redis <https://pypi.python.org/pypi/django-redis>` == 4.1.0
* `django-redisboard <https://pypi.python.org/pypi/django-redisboard>` == 1.2.0
* `django-redis <https://pypi.python.org/pypi/django-redis>`_ == 4.1.0
* `django-redisboard <https://pypi.python.org/pypi/django-redisboard>`_ == 1.2.0

Installation
============
Expand Down

0 comments on commit 47fb629

Please sign in to comment.