diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-04 11:22:59 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-04 11:22:59 +0200 |
commit | 1d3279be15e7cf132e45983f613ff9d2a4dca4ee (patch) | |
tree | 0da6d728414155207adbded8a759de02335021a3 /.travis.yml | |
parent | b04908899886273f32e82b8a3ce85c1014e24304 (diff) | |
download | pep8-1d3279be15e7cf132e45983f613ff9d2a4dca4ee.tar.gz |
Update Travis configuration, and the wheel badge
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |