More tests. Don't bother with failing Py2.6 or 3.2, they're unsupported.

This commit is contained in:
hugovk 2014-04-05 00:30:33 +03:00
parent adbe8a8500
commit e4ccd8b767
2 changed files with 85 additions and 6 deletions

View file

@ -1,8 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
@ -28,7 +26,5 @@ env:
matrix:
allow_failures:
- python: "2.6"
- python: "3.2"
- python: "3.4"
- python: "pypy"