From 70fda2f7dd7ec36738080f714d55ad04f07e18ff Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 29 May 2014 18:47:17 +0200 Subject: [PATCH] Make travis use tox for test running --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad8deba..c24c858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/')