diff --git a/.travis.yml b/.travis.yml index eec3e423..5bf25ef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index 7832d763..948fe5ca 100644 --- a/README.rst +++ b/README.rst @@ -38,3 +38,16 @@ Contributing See `Contributing documentation `_ + +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|