Merge pull request #140 from untitaker/travis_fixes

More fixes for Travis
pull/143/head
Johannes Raggam 2014-06-03 21:18:59 +02:00
commit 1af0a0760e
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
=======