Changed python version on tests 3.3 to 3.4 due to incompatibility django 1.9 and python 3.3

This commit is contained in:
DiogoMarques 2016-01-19 12:32:15 +00:00
parent d14876cbe1
commit cb39c24b1f

View file

@ -2,7 +2,7 @@ sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
cache: pip
env:
- DJANGO_VERSION=1.5.2