Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from mattupstate/fix-travis
Browse files Browse the repository at this point in the history
Update Travis
  • Loading branch information
Matt Wright committed Jun 1, 2015
2 parents 1e84233 + 313214d commit 7c724bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,11 +1,14 @@
language: python

services:
- redis

python:
- "2.6"
- "2.7"

install:
- pip install . --quiet --use-mirrors
- pip install . --quiet --use-mirrors --no-use-wheel
- pip install nose --quiet --use-mirrors

script: nosetests
Expand Down
3 changes: 2 additions & 1 deletion README.rst
@@ -1,7 +1,8 @@
Flask-RQ
========

.. image:: https://secure.travis-ci.org/mattupstate/flask-principal.png?branch=develop
.. image:: https://travis-ci.org/mattupstate/flask-rq.svg?branch=master
:target: https://travis-ci.org/mattupstate/flask-rq

RQ (Redis Queue) integration for Flask applications

Expand Down

0 comments on commit 7c724bd

Please sign in to comment.