From 9e58cc20675166c0da0a4d4a011ee416c56b7206 Mon Sep 17 00:00:00 2001 From: Aditya Narayan Date: Sat, 2 May 2015 21:25:15 +0530 Subject: [PATCH] Corrected CI and coverage badges --- .travis.yml | 1 - README.md | 4 ++-- tox.ini | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43aa0b9..28de977 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - 2.7 env: - - TOX_ENV=py27-dj14 - TOX_ENV=py27-dj15 - TOX_ENV=py27-dj16 - TOX_ENV=py27-dj17 diff --git a/README.md b/README.md index bff744d..e7b92c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # aldryn-wow -[![Build Status](https://travis-ci.org/aldryn/aldryn-wow.svg?branch=master)](https://travis-ci.org/aldryn/aldryn-wow) -[![Coverage Status](https://img.shields.io/coveralls/aldryn/aldryn-wow.svg)](https://coveralls.io/r/aldryn/aldryn-wow) +[![Build Status](https://travis-ci.org/narayanaditya95/aldryn-wow.svg)](https://travis-ci.org/narayanaditya95/aldryn-wow) +[![Coverage Status](https://coveralls.io/repos/narayanaditya95/aldryn-wow/badge.svg)](https://coveralls.io/r/narayanaditya95/aldryn-wow) django CMS plugin for [WOW.js](http://mynameismatthieu.com/WOW/) and [Animate.CSS](http://daneden.github.io/animate.css/) diff --git a/tox.ini b/tox.ini index 05554af..48f14b3 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ deps = -rtest_requirements.txt dj15: Django<1.6 dj16: Django<1.7 + dj17: Django<1.8 commands = coverage erase python runtests.py