Removing travis python 2.7 testing, greenmine only works with python 3

remotes/origin/enhancement/email-actions
Jesús Espino 2013-10-15 17:51:34 +02:00
parent 0397ae87c0
commit 235a5df443
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.3"
services:
- rabbitmq # will start rabbitmq-server

View File

@ -3,7 +3,7 @@
from rest_framework.permissions import IsAuthenticated
from greenmine.base import filters
from greenmine.base.api import ModelCrudViewSet,
from greenmine.base.api import ModelCrudViewSet
from . import serializers
from . import models