From ce36d82dc0155120958fdf85bdf6986982a8513c Mon Sep 17 00:00:00 2001 From: Aleksey Maksimov Date: Sat, 12 Apr 2014 23:02:43 +0800 Subject: [PATCH] Added unittest2 so travis can run tests with recent Python --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4