Remove Python 2.6 support and bump to 1.4.0
[cached-property.git] / .travis.yml
index dcc2dba8065b591de638579eb5e9507115b309de..41eb570c32f82c8289bb7568af460e47e14cf703 100644 (file)
@@ -8,7 +8,6 @@ python:
   - "3.4"
   - "3.3"
   - "2.7"
-  - "2.6"
   - "pypy"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors