Skip to content

Commit

Permalink
Fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Jan 30, 2016
1 parent ec6836f commit 977337b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ python:
- pypy
env:
- DJANGO=1.9.1
before_install:
- export DJANGO_SETTINGS_MODULE=suit.tests.settings
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install . --use-mirrors
- pip install -e .
- pip install -q Django==$DJANGO
script:
- django-admin test suit
- DJANGO_SETTINGS_MODULE=suit.tests.settings django-admin test suit
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,16 @@ Contributing

See `Contributing documentation <http://django-suit.readthedocs.org/en/v2/contributing.html>`_


Build Status
============

Django Suit uses Travis CI to perform tests on different Django and Python versions.

Tested using Python: 2.7-3.4 and PyPy. Django: 1.9+ and Django Suit v2.0a1:

.. |v2| image:: https://travis-ci.org/darklow/django-suit.png?branch=v2
:alt: Build Status - v2 branch
:target: http://travis-ci.org/darklow/django-suit

|v2|

0 comments on commit 977337b

Please sign in to comment.