mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-29 04:53:55 +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
|
sudo: false
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.3
|
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- pypy
|
- pypy
|
||||||
|
@ -85,8 +84,3 @@ matrix:
|
||||||
env: TEST_TYPE=build_website
|
env: TEST_TYPE=build_website
|
||||||
- python: '2.7'
|
- python: '2.7'
|
||||||
env: TEST_TYPE=lint
|
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