Django1.7 doesn't support Python3.5

This commit is contained in:
Zhongyuan 2015-12-07 16:12:42 +08:00
parent 30a3708bf9
commit 8f2aeaa5b6

View file

@ -18,5 +18,7 @@ script:
- coverage run --branch --source=notifications manage.py test
matrix:
exclude:
- python: "3.5"
env: DJANGO=1.7
after_success:
- coveralls