Make travis use tox for test running

pull/138/head
Markus Unterwaditzer 2014-05-29 18:47:17 +02:00
rodzic fd5dcb05a4
commit 70fda2f7dd
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -6,7 +6,6 @@ python:
- "2.7"
# - "3.2"
install:
- pip install . --use-mirrors
- pip install unittest2 --use-mirrors
- pip install tox unittest2
script:
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/unit2 discover icalendar []
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')