Skip to content

Commit

Permalink
travis-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 22, 2012
1 parent 0ac67a6 commit 43efe37
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 9 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
# Someday, soon.
# - "3.2"
install: python setup.py install
script: python setup.py test
notifications:
email: false
irc:
- "irc.freenode.net#toscawidgets"
on_success: change
on_failure: always
27 changes: 27 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ToscaWidgets
============

ToscaWidgets is a web widget toolkit for Python to aid in the creation,
packaging and distribution of common view elements normally used in the web.

tw2.forms contains the basic form widgets.

Build Status
------------

.. |master| image:: https://secure.travis-ci.org/toscawidgets/tw2.forms.png?branch=master
:alt: Build Status - master branch
:target: http://travis-ci.org/#!/toscawidgets/tw2.forms

.. |develop| image:: https://secure.travis-ci.org/toscawidgets/tw2.forms.png?branch=develop
:alt: Build Status - develop branch
:target: http://travis-ci.org/#!/toscawidgets/tw2.forms

+----------+-----------+
| Branch | Status |
+==========+===========+
| master | |master| |
+----------+-----------+
| develop | |develop| |
+----------+-----------+

8 changes: 0 additions & 8 deletions README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name='tw2.forms',
version='2.0.3',
description='The basic form widgets for ToscaWidgets 2.',
long_description = open('README.txt').read().split('\n\n', 1)[1],
long_description = open('README.rst').read().split('\n\n', 1)[1],
author='Paul Johnston, Christopher Perkins, Alberto Valverde & contributors',
author_email='paj@pajhome.org.uk',
url='http://toscawidgets.org',
Expand Down

0 comments on commit 43efe37

Please sign in to comment.