Added Travis CI

This commit is contained in:
Rocky Meza 2014-02-03 19:57:19 -07:00
parent a5b2129280
commit 7ecf33d1dd
2 changed files with 25 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: python
python:
- "2.7"
- "2.6"
- "3.3"
env:
- DJANGO_PACKAGE='Django>=1.5,<1.6'
- DJANGO_PACKAGE='Django>=1.6,<1.7'
matrix:
include:
- python: "2.6"
env: DJANGO_PACKAGE='Django>=1.3,<1.4'
- python: "2.6"
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
- python: "2.7"
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
install:
- pip install -q $DJANGO_PACKAGE --use-mirrors
- pip install --use-mirrors .
script:
- python setup.py test

View File

@ -3,6 +3,10 @@ django-pyscss
A collection of tools for making it easier to use pyScss within Django.
.. image:: https://travis-ci.org/fusionbox/django-pyscss.png
:target: http://travis-ci.org/fusionbox/django-pyscss
:alt: Build Status
Why do we need this?
====================