stop running tests on Python 2.6 because coveralls dropped support

This commit is contained in:
Alan Hamlett 2018-09-20 09:25:20 -07:00
parent ee51508eae
commit 8809c55765
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: python
python:
- "2.6"
#- "2.6"
- "2.7"
- "3.3"
- "3.4"