Add setup step to CI

This commit is contained in:
Skia 2016-04-20 03:05:23 +02:00
parent 5fcb3e1412
commit e5c085c706
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
test:
script:
- pip install -r requirements.txt
- python manage.py setup
- python manage.py test