Add support for tox to run tests against Django 1.X/2.0

This commit is contained in:
Swen Kooij
2018-01-29 13:34:40 +02:00
parent 6a4beca193
commit cd844fccec
4 changed files with 17 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ build:
-
command: flake8 ./localized_fields/
-
command: coverage run manage.py test
command: tox
coverage:
file: '.coverage'
format: 'py-cc'