diff --git a/.travis.yml b/.travis.yml index 043b9a5..731c2d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" install: - - pip install tox unittest2 + - pip install tox script: - tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/') diff --git a/README.rst b/README.rst index 0025419..017a0b9 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,10 @@ with Python. ---- +.. image:: https://travis-ci.org/collective/icalendar.svg?branch=master + :target: https://travis-ci.org/collective/icalendar + + Roadmap =======