dropping support to python 2.6 and testing against 3.5

This commit is contained in:
Gabriel Falcão
2015-12-13 07:59:11 -02:00
parent 40e07033fd
commit 55e26ec70c

View File

@@ -1,14 +1,12 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
matrix:
allow_failures:
- python: "2.6"
- python: "3.4"
- python: "3.5"
env:
- TEST_TYPE=unit