Travis: Drop Python 2.6

Markdown keeps breaking the 2.6 build. We could pin an earlier version,
or we can simply drop 2.6 support. The Python world is moving on; time
for us to do the same.
This commit is contained in:
Andrew Ekstedt 2015-11-05 12:39:01 -08:00
parent 0fb92f33d4
commit 6e9db09442
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"