mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
No longer testing on python 3.3 as no supported django versions support it
This commit is contained in:
parent
c93492bacb
commit
166a143c18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user