Skip to content

Commit

Permalink
update travis.yml + image include in readme on top
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Aug 1, 2012
1 parent ff2a745 commit da3919b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ python:
env:
- DJANGO=1.4.1
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -r install/requirements/basic-requirements.txt --use-mirrors
- pip install -r install/requirements/django-requirements.txt --use-mirrors
- pip install -r install/requirements/test-requirements.txt --use-mirrors
- pip install -q Django==$DJANGO --use-mirrors
- pip install pep8 --use-mirrors
- pip install https://github.com/dcramer/pyflakes/tarball/master
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225 newfies"
- pyflakes -x W newfies
script:
- python setup.py test
- python manage.py test

# whitelist
branches:
Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. image:: https://github.com/Star2Billing/newfies-dialer/raw/master/newfies/resources/images/newfies.png

.. image:: https://secure.travis-ci.org/Star2Billing/newfies-dialer.png?branch=develop


Newfies-Dialer is a free and open source voice broadcast application, which
can fulfil a variety of roles for a range of industries and organisations who
Expand Down Expand Up @@ -191,9 +193,6 @@ Additional information

* `Twitter account for news and updates`_

.. image:: https://secure.travis-ci.org/Star2Billing/newfies-dialer.png?branch=develop


.. _`Continuous integration homepage`: http://travis-ci.org/#!/Star2Billing/newfies-dialer
.. _`travis-ci.org`: http://travis-ci.org/
.. _`Twitter account for news and updates`: https://twitter.com/newfies_dialer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ def parse_dependency_links(file_name, install_flag=False):
install_requires=parse_requirements('install/requirements/django-requirements.txt'),
dependency_links=parse_dependency_links('install/requirements/basic-requirements.txt',
install_flag),
setup_requires=['Django >= 1.3.0', 'Sphinx >= 0.4.2'],
setup_requires=['Django >= 1.4.1', 'Sphinx >= 0.4.2'],
cmdclass=COMMANDS,
)

0 comments on commit da3919b

Please sign in to comment.