not going to support python 2.6

This commit is contained in:
Rossen Georgiev 2014-12-15 00:26:08 +00:00
parent 5bc6b97514
commit e7e2531449
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
install: make init
script: make build

View File

@ -1 +1 @@
__version__ = '0.6.20'
__version__ = '0.6.21'