summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-01-18 19:25:16 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-01-18 19:25:16 +0000
commitf03cb3e5719e192b60ef0f0f4db9f285bcbdaab8 (patch)
treea41ed381cd50482945b54152621b29d75202b890
parentbb7e1996ef1500df06e3052979df62a7295abc2e (diff)
downloadpython-fastimport-git-f03cb3e5719e192b60ef0f0f4db9f285bcbdaab8.tar.gz
Actually run tests with unittest2.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f60e3a0..7435fe7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ python:
- "pypy"
install:
- pip install unittest2
-script: python -m unittest fastimport.tests.test_suite
+script: python -m unittest2.__main__ fastimport.tests.test_suite