summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-03-01 18:27:53 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-03-01 18:27:53 +0100
commitb8fc36a55f5638f9df76b16d742480c2cce8a7de (patch)
tree5497ef5d0cdc06d20ec0ea519121e178f36cb386 /.travis.yml
parent8c607586cb7e242745449a9476574264eee14e80 (diff)
downloadpep8-b8fc36a55f5638f9df76b16d742480c2cce8a7de.tar.gz
Add the unittests to the configuration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c2c279..d0a21c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
- python pep8.py --doctest
+ - python -m testsuite.test_all
matrix:
allow_failures:
- python: pypy