Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
added travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Oct 26, 2012
1 parent 6b37e49 commit 193b181
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: python

python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"

install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors argparse unittest2; fi
- python setup.py install
script: python -m runtests

branches:
only:
- master
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -15,6 +15,10 @@ __ http://github.com/lsbardel/python-stdnet
__ http://lsbardel.github.com/python-stdnet/
__ http://pypi.python.org/pypi/python-stdnet/

|stdnet-build|_

.. |stdnet-build| image:: https://secure.travis-ci.org/lsbardel/python-stdnet.png?branch=master
.. _stdnet-build: http://travis-ci.org/lsbardel/python-stdnet

Contents
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 193b181

Please sign in to comment.