not going to support python 2.6
This commit is contained in:
parent
5bc6b97514
commit
e7e2531449
|
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: make init
|
||||
script: make build
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '0.6.20'
|
||||
__version__ = '0.6.21'
|
||||
|
|
|
|||
Loading…
Reference in New Issue