summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 11:22:59 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 11:22:59 +0200
commit1d3279be15e7cf132e45983f613ff9d2a4dca4ee (patch)
tree0da6d728414155207adbded8a759de02335021a3 /.travis.yml
parentb04908899886273f32e82b8a3ce85c1014e24304 (diff)
downloadpep8-1d3279be15e7cf132e45983f613ff9d2a4dca4ee.tar.gz
Update Travis configuration, and the wheel badge
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82d9d4c..432b162 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
- pypy
install:
- pip install -e .
- - pip freeze
+ - pip list
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py