Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate Python 2.6 which is EOL and add flake8 (#593)
* Eliminate Python 2.6 which is EOL and add flake8 * Remove Python 2.6 because it [went EOL](https://devguide.python.org/#branchstatus) five years ago. * Add [flake8](http://flake8.pycqa.org) to find Python syntax errors and undefined names. * Keep Python 2.6 for now * No flake8 on Python 2.6
- Loading branch information