PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Add Python 3.4 to tox and travis files; issue #25 #27

Closed IanLee1521 closed 9 years ago

IanLee1521 commented 9 years ago

Resolves issue #25 .

public commented 9 years ago

Need to make sure Python 3.4 is actually installed in Tox :) https://travis-ci.org/public/flake8-import-order/jobs/44058756

Just needs an extra line in .travis/install.sh I think.

IanLee1521 commented 9 years ago

Good catch.

Since that build is going to fail (e8b5863) I added a fix for the long line (5b2094f) as well.

Also, you might consider changing the py3pep8 to requiring python3.4 instead of 3.3?

public commented 9 years ago

Awesome thank you :)