From: Aleksey Maksimov Date: Sat, 12 Apr 2014 15:02:43 +0000 (+0800) Subject: Added unittest2 so travis can run tests with recent Python X-Git-Tag: v0.2.23~23^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce36d82dc0155120958fdf85bdf6986982a8513c;p=tools%2Fpython-jenkinsapi.git Added unittest2 so travis can run tests with recent Python --- diff --git a/.travis.yml b/.travis.yml index 64f8ef6..5bbb5b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - python setup.py develop - - pip install --use-mirrors nose mock coverage pep8 pylint + - pip install --use-mirrors nose mock coverage pep8 pylint unittest2 # command to run tests, e.g. python setup.py test script: