Improve testing (#415)

These changes:

 - Fix the lint and the djmaster jobs
 - Fix compatibility with upcoming Django 3.0
 - Replace jobs with matrix in .travis.yml
 - Add a test job for Python 3.8
 - Allow running tests on any branch
This commit is contained in:
Aliaksei Urbanski
2019-10-03 01:38:02 +03:00
committed by Cristi Vîjdea
parent 16f67cd8c2
commit 9a89d8ccb0
8 changed files with 28 additions and 23 deletions
-1
View File
@@ -13,7 +13,6 @@ else:
from django.core.validators import MaxLengthValidator, MinValueValidator
class LanguageSerializer(serializers.Serializer):
name = serializers.ChoiceField(
choices=LANGUAGE_CHOICES, default='python', help_text='The name of the programming language')