Fix python 3.7 -> 3.7-dev and add flake8 testing

Also fixed flake8 errors.
This commit is contained in:
Cristi Vîjdea
2017-12-02 23:48:58 +01:00
parent fed253aeed
commit 93c51b992d
12 changed files with 42 additions and 24 deletions
-2
View File
@@ -1,3 +1 @@
from django.contrib import admin
# Register your models here.
+1 -2
View File
@@ -1,6 +1,5 @@
from rest_framework.status import HTTP_400_BAD_REQUEST
from rest_framework import serializers
from snippets.models import Snippet, LANGUAGE_CHOICES, STYLE_CHOICES