Remove 2.6 from testing matrix

Explicitly list which versions of Python 2 and 3 we support
This commit is contained in:
Ian Cordasco 2016-03-18 13:55:37 -05:00
parent 0fd276d5ee
commit a1c1247cba
2 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,6 @@ notifications:
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3