From e3e240cd2ae61f8b92730e93206546063ea6ff9e Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sat, 2 Mar 2013 10:26:42 +0100 Subject: Fix 'python setup.py test' --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d0a21c2..fc3ad34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ script: - python pep8.py --testsuite testsuite - python pep8.py --statistics pep8.py - python pep8.py --doctest - - python -m testsuite.test_all + - python setup.py test matrix: allow_failures: - python: pypy -- cgit v1.2.1