More fixes for Travis

Also add 3.4 for testing and a badge to the README
pull/140/head
Markus Unterwaditzer 2014-06-03 17:49:09 +02:00
rodzic 67853b3a74
commit fec9171455
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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/')

Wyświetl plik

@ -17,6 +17,10 @@ with Python.
----
.. image:: https://travis-ci.org/collective/icalendar.svg?branch=master
:target: https://travis-ci.org/collective/icalendar
Roadmap
=======