No longer testing on python 3.3 as no supported django versions support it

This commit is contained in:
Adam Charnock 2015-12-04 17:08:58 +00:00
parent c93492bacb
commit 166a143c18

View File

@ -2,7 +2,6 @@ language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
@ -85,8 +84,3 @@ matrix:
env: TEST_TYPE=build_website
- python: '2.7'
env: TEST_TYPE=lint
exclude:
- python: '3.3'
env: DJANGO_VERSION=1.8
- python: '3.3'
env: DJANGO_VERSION=1.9