Create media dir for travis (#26)

This commit is contained in:
Claude Paroz 2018-01-11 17:31:51 +01:00 committed by GitHub
parent 319a6472c0
commit 76f9e49e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,6 @@ addons:
install:
- pip install -r requirements.txt
- mkdir media
script: python manage.py test