run django tests in travis
This commit is contained in:
parent
0643a94523
commit
0fcf3a5dae
|
@ -7,3 +7,4 @@ install:
|
|||
- pip install flake8
|
||||
script:
|
||||
- flake8
|
||||
- ./manage.py test
|
||||
|
|
Loading…
Reference in New Issue